The IGxSizeF interface contains properties and methods of the size determined with real values.
Property name | Brief description | |
Height | The Height property determines the height of the size. | |
IsEmpty | The IsEmpty property determines whether width and height are null. | |
Width | The Width property determines the width of the size. |
Method name | Brief description | |
Equals | The Equals method checks if the current size is equal to the size that is passed as parameter. | |
Expand | The Expand method expands the size. | |
ExpandS | The ExpandS method expands the current size to the size sent as the parameter. | |
Reduce | The Reduce method decreases the current size. | |
ReduceS | The ReduceS method decreases the current size by a size passed as parameter. | |
ToPoint | The ToPoint method transforms the size into the point. | |
ToSize | The ToSizeF method transforms the size into the size determined by the integer value. |
See also: