System.Classes.SmallPoint
Delphi
function SmallPoint(AX, AY: SmallInt): TSmallPoint;
C++
extern DELPHI_PACKAGE System::Types::TSmallPoint __fastcall SmallPoint(short AX, short AY);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
Creates a TSmallPoint structure from a pair of coordinates.
Call SmallPoint to create a TSmallPoint that represents the specified coordinates.