GxSizeF

Assembly: Drawing;

Description

TheGxSizeF class implements the real size.

Constructors

  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.

Class object properties inherited from IGxSizeF

  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.

Class object methods inherited from IGxSizeF

  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:

Drawing Assembly Classes