System.Types.SmallPoint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function SmallPoint(X, Y: Integer): TSmallPoint;
function SmallPoint(XY: LongWord): TSmallPoint;

C++

extern DELPHI_PACKAGE TSmallPoint __fastcall SmallPoint(int X, int Y)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Types.pas
System.Types.hpp
System.Types System.Types

Beschreibung

Erstellt eine TSmallPoint-Struktur aus dem angegebenen Koordinatenpaar.

Mit SmallPoint können Sie eine TSmallPoint-Struktur erstellen, welche die angegebenen Koordinaten repräsentiert.

Siehe auch