Drawing > Drawing Assembly Classes > GxRectF
Assembly: Drawing;
Namespace: Prognoz.Platform.Interop.Drawing;
The GxRectF class implements the rectangle with the real sizes.
Class to get analog of the GxRectF class:
None;
Class to get analog of the GxRectF class object:
GxRectFClass;
Constructor name | Brief description | |
![]() |
Create | The Create constructor creates a new rectangle with the specified sizes. |
![]() |
CreateFromEdges | The CreateFromEdges constructor creates a new rectangle calculating its sizes and position in accordance with the specified angular points. |
![]() |
CreateFromOrigin | The CreateFromOrigin constructor creates a new rectangle in accordance with the specified position and size. |
![]() |
CreateFromRect | TheCreateFromRect constructor creates a new rectangle from the specified 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 reduces the size of the real rectangle. |
![]() |
DeflateS | The DeflateS method reduces 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: