Show contents 

Drawing > Drawing Assembly Interfaces > IGxSizeF

IGxSizeF

Assembly: Drawing;

Description

The IGxSizeF interface contains properties and methods of the size determined with real 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 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 Interfaces