RectangleF struct¶
Defined in
Namespace: System.Drawing
Assembly: Splat.Drawing.dll
Full name: System.Drawing.RectangleF
Modifiers: public sealed
Summary¶
No description provided.
Applies to
net10.0-android36.0, net10.0-ios26.0, net10.0-windows10.0.17763, net10.0-windows10.0.19041, net10.0-maccatalyst26.0, net10.0-tvos26.0, net9.0-windows10.0.17763, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net8.0-windows10.0.17763, net462, net481
Class hierarchy
classDiagram
class RectangleF
class IEquatable~RectangleF~ {
<>
}
IEquatable~RectangleF~ <|.. RectangleF
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Bottom | |
| Height | |
| IsEmpty | |
| Left | |
| Location | |
| Right | |
| Size | |
| Top | |
| Width | |
| X | |
| Y |
Fields¶
| Name | Summary |
|---|---|
| static Empty |
Methods¶
| Name | Summary |
|---|---|
| Contains | |
| Equals | |
| static FromLTRB | |
| GetHashCode | |
| static Inflate | |
| Intersect | |
| IntersectsWith | |
| Offset | |
| ToString | |
| ToVector4 | |
| static Union |
Operators¶
| Name | Summary |
|---|---|
| static op_Explicit | |
| static op_Equality | |
| static op_Implicit | |
| static op_Inequality |