TcxPointDoubleBasedGeometryObject.IsEqual(TSize) Method
Compares geometry-based information to a TSize value.
Declaration
function IsEqual(const AValue: TSize): Boolean; overload;
Parameters
Name | Type | Description |
---|---|---|
AValue | TSize | Stores dimensions in pixel coordinates. |
Returns
Type | Description |
---|---|
Boolean | True if rounded stored values are equal to the corresponding dimensions of the specified TSize value; otherwise, False. |
See Also