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
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
constructor | public | System.Types.pas SystemTypes.h |
System.Types | TPoint |
Beschreibung
Erstellt ein TPoint-Objekt.
Mit Create können Sie ein neues TPoint-Objekt erstellen und initialisieren. X und Y geben die horizontale bzw. die vertikale Integer-Koordinate des Punktes an.