'DeclarationPublic Structure RectangleF Inherits System.ValueType
'UsageDim instance As RectangleF
public struct RectangleF : System.ValueType
'DeclarationPublic Structure RectangleF Inherits System.ValueType
'UsageDim 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 |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.