'Declaration Public Structure RectangleF Inherits System.ValueType
'Usage Dim instance As RectangleF
public struct RectangleF : System.ValueType
'Declaration Public Structure RectangleF Inherits System.ValueType
'Usage Dim instance As RectangleF
public struct RectangleF : System.ValueType
System.Object
System.ValueType
Xceed.Drawing.RectangleF
Name | Description | |
---|---|---|
![]() | RectangleF Constructor | Creates a new RectangleF by determining its Width & Height, along with the location of its top left corner. |
Name | Description | |
---|---|---|
![]() ![]() | Empty | Creates an empty RectangleF. |
Name | Description | |
---|---|---|
![]() | Bottom | Gets the y coordinate that corresponds to the sum of the Y & Height properties. |
![]() | Height | Gets or sets the RectangleF's height. |
![]() | Left | Gets the x coordinate that corresponds to the left edge of the RectangleF. |
![]() | Right | Gets the x coordinate that corresponds to the sum of the X & Width properties. |
![]() | Top | Gets the y coordinate that corresponds to the top edge of the RectangleF. |
![]() | Value | Gets the value of the RectangleF object. |
![]() | Width | Gets or sets the RectangleF's width. |
![]() | X | Gets or sets the x coordinate that corresponds to the upper left corner of the RectangleF. |
![]() | Y | Gets or sets the y coordinate that corresponds to the upper left corner of the RectangleF. |
Name | Description | |
---|---|---|
![]() | Equals | |
![]() | GetHashCode | |
![]() | IntersectsWith |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2