TcxPointDoubleBasedGeometryObject.IsEqual(TPoint) Method
Compares geometry-based information to a TPoint value.
Declaration
function IsEqual(const AValue: TPoint): Boolean; overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AValue | TPoint | A point in pixel coordinates. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the rounded stored values match the specified point’s offsets. |
See Also