System.Types.TPoint.Create
Delphi
constructor Create(P : TPoint); overload;
constructor Create(const X, Y : Integer); overload;
C++
TPoint() _ALWAYS_INLINE
TPoint(int _x, int _y) _ALWAYS_INLINE
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
constructor | public | System.Types.pas SystemTypes.h |
System.Types | TPoint |
Description
Crée un objet TPoint.
Utilisez Create pour construire et initialiser un nouvel objet TPoint. X et Y spécifient respectivement les coordonnées entières horizontale et verticale du point.