Drawing > Drawing Assembly Interfaces > IGxSizeF
Assembly: Drawing;
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 returns whether the size has zero width and height. |
![]() |
Width | The Width property determines the width of the size. |
Method name | Brief description | |
![]() |
Equals | The Equals method checks if the current real size is equal to the size passed by the input parameter. |
![]() |
Expand | The Expand method expands the real size by the specified width and height values. |
![]() |
ExpandS | The ExpandS method increases the current real size by the size passed by the input parameter. |
![]() |
Reduce | The Reduce method decreases the size by the specified width and height values. |
![]() |
ReduceS | The ReduceS method decreases the real size by the specified size. |
![]() |
ToPoint | The ToPoint method transforms the real size in the real point. |
![]() |
ToSize | The ToSize method transforms the real size into the integer size. |
See also: