TdxPointWrapper.IsEqual(TPoint) Method
Compares the APoint parameter with a given point.
Declaration
function IsEqual(const APoint: TPoint): Boolean;
Parameters
Name | Type |
---|---|
APoint | TPoint |
Returns
Type |
---|
Boolean |
Remarks
Returns True, if coordinates of a specified point are equal to the X and Y properties for a given TdxPointWrapper object.
See Also