Assembly: Drawing;
The GxSize class implements the integer size.
| Constructor name | Brief description | |
![]() |
Create | The Create constructor creates a new size with the specified values of width and height. |
![]() |
CreateFromPoint | The CreateFromPoint constructor creates a new size based on the distance from the coordinates system center to the point passed by the Point parameter. |
![]() |
CreateFromSize | The CreateFromSize constructor creates a new size from the specified size. |
| 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 size is equal to the size passed by the input parameter. |
![]() |
Expand | The Expand method increases the size by the specified width ad height values. |
![]() |
ExpandS | The ExpandS method increases the current 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 size by the specified size. |
![]() |
ToPoint | The ToPoint method transforms the size into the point. |
![]() |
ToSizeF | The ToSizeF method transforms the integer size into the real size. |
See also: