Description:
This object represents a rectangle with the coordinates of Double type. It can be used as the data type of IGDataArray Object.
Interface:
IIGDoubleRectangle extends IIGShape
Members:
Properties
Bottom Property |
This property provides access to the Y coordinate of the right/bottom point of the rectangle. |
Height Property |
This property provides access to the height of the rectangle. |
IsEmpty Property |
This Boolean property tells whether the rectangle is empty. The rectangle is empty when both Width Property and Height Propertyare equal to 0. |
IsValid Property |
This Boolean property tells whether the object holds values representing a valid rectangle. Empty rectangle is deemed to be valid as well. |
Left Property |
This property provides access to the X coordinate of the left/top point of the rectangle. |
Right Property |
This property provides access to the X coordinate of the right/bottom point of the rectangle. |
Top Property |
This property provides access to the Y coordinate of the left/top point of the rectangle. |
Width Property |
This property provides access to the width of the rectangle. |