Assembly: Drawing;
The IGxRectF interface contains properties and methods of the real rectangle.
| Property name | Brief description | |
![]() |
Bottom | The Bottom property determines the Y axis coordinate for the rectangle's bottom side. |
![]() |
Height | The Height property determines the height of the real rectangle. |
![]() |
IsEmpty | The IsEmpty property returns whether the real rectangle is empty. |
![]() |
Left | The Left property determines the X axis coordinate for the rectangle's left side. |
![]() |
Right | The Right property determines the X axis coordinate for the rectangle's right side. |
![]() |
Size | The Size property determines the size of the real rectangle. |
![]() |
Top | The Top property determines the Y axis coordinate for the rectangle's top side. |
![]() |
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 with specified coordinates. |
![]() |
ContainsP | The ContainsP method checks if the current real rectangle contains the point. |
![]() |
ContainsR | The ContainsR method checks if the current rectangle contains the real rectangle. |
![]() |
Deflate | The Deflate method decreases real rectangle size by the specified width and height values. |
![]() |
DeflateS | The DeflateS method decreases real rectangle size by the specified size. |
![]() |
Equals | The Equals method checks if the current real size is equal to the rectangle passed by the input parameter. |
![]() |
Inflate | The Inflate method increases integer rectangle size by the specified width and height values. |
![]() |
InflateS | The InflateS method increases the integer rectangle by the specified size. |
![]() |
Intersect | The Intersect method returns the rectangle that is the result of the intersection of the current rectangle and the rectangle passed by the input parameter. |
![]() |
IntersectsWith | The IntersectsWith method checks if the current rectangle intersects with the rectangle passed as input parameter. |
![]() |
Offset | The Offset method offsets the real rectangle by specified values along the X and Y axes. |
![]() |
OffsetP | The OffsetP method offsets the real rectangle by values of coordinates of the point passed by the input parameter. |
![]() |
OffsetS | The OffsetS method offsets the real rectangle by the size passed by the input parameter. |
See also: