RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.SmallPoint Function

Creates a TSmallPoint structure from a pair of coordinates.

Pascal
function SmallPoint(X: Integer; Y: Integer): TSmallPoint; overload;
function SmallPoint(XY: LongWord): TSmallPoint; overload;
C++
TSmallPoint SmallPoint(int X, int Y);
TSmallPoint SmallPoint(LongWord XY);

Call SmallPoint to create a TSmallPoint that represents the specified coordinates. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!