Drawing > Drawing Assembly Interfaces > IGxRectF
The IGxRectF interface contains properties and methods of the real rectangle.
Property name | Brief description | |
![]() |
Bottom | The Bottom property determines the bottom margin of the real rectangle. |
![]() |
Height | The Height property determines the height of the real rectangle. |
![]() |
IsEmpty | The IsEmpty property returns True if all margins of the real rectangle are null. |
![]() |
Left | The Left property determines the left margin of the real rectangle. |
![]() |
Right | The Right property determines the right margin of the real rectangle. |
![]() |
Size | The Size property determines the size of the real rectangle. |
![]() |
Top | The Top property determines the top margin of the real rectangle. |
![]() |
Width | The Width property determines the width of the real rectangle. |
Method name | Brief description | |
![]() |
Contains | The Contains method checks if the current rectangle contains the point. |
![]() |
ContainsP | The ContainsP method checks if the current rectangle contains the point. |
![]() |
ContainsR | The ContainsR method checks if the current rectangle contains the rectangle. |
![]() |
Deflate | The Deflate method decreases the size of the real rectangle. |
![]() |
DeflateS | The DeflateS method decreases the real rectangle by a size. |
![]() |
Equals | The Equals method checks if the current real rectangle is equal to other rectangle. |
![]() |
Inflate | The Inflate method increases the sizes of the real rectangle. |
![]() |
InflateS | The InflateS method increases the real rectangle by a size. |
![]() |
Intersect | The Intersect method returns the rectangle that results from intersection of the current real rectangle with the other one. |
![]() |
IntersectsWith | The IntersectsWith method returns True if the current real rectangle intersects with the rectangle passed by the parameter. |
![]() |
Offset | The Offset method shifts the real rectangle. |
![]() |
OffsetP | The OffsetP method shifts the real rectangle to the point. |
![]() |
OffsetS | The OffsetS method shifts the real rectangle by a size. |
See also: