RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.SmallPoint Function

Creates a TSmallPoint structure from a pair of coordinates.

Pascal
function SmallPoint(AX: SmallInt; AY: SmallInt): TSmallPoint;
C++
TSmallPoint SmallPoint(SmallInt AX, SmallInt AY);

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!