IGxSize

Assembly: Drawing;

Description

The IGxSize interface contains properties and methods of the size determined with integer values.

Properties

  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.

Methods

  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:

Drawing Assembly Interfaces