TcxPointBasedGeometryObject.IsEqual(TSize) Method
Compares geometry information to a TSize value.
Declaration
function IsEqual(const AValue: TSize): Boolean; overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AValue | TSize | Stores the pixel width and height of an object. |
Returns
| Type | Description |
|---|---|
| Boolean | True if stored values are equal to the corresponding dimensions of a TSize value; otherwise, False. |
See Also