Assembly: Drawing;
TheGxSizeF class implements the real 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 the new size from the specified point. | |
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 real size. | |
IsEmpty | The IsEmpty property returns True if the real size has a null width and height. | |
Width | The Width property determines the width of the real size. |
Method name | Brief description | |
Equals | The Equals method checks if the current real size is equal to the size passed as parameter. | |
Expand | The Expand method increases the real size. | |
ExpandS | The ExpandS method increases the current real size by a size passed as parameter. | |
Reduce | The Reduce method reduces the real size. | |
ReduceS | The ReduceS method reduces the current real size by the size passed as parameter. | |
ToPoint | The ToPoint transforms the real size in the real point. | |
ToSize | The ToSizeF method transforms the real size into the integer size. |
See also: