Rectangle struct¶
Attributes: [TypeConverter("System.Drawing.RectangleConverter, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
Defined in
Namespace: System.Drawing
Assembly: Splat.Drawing.dll
Full name: System.Drawing.Rectangle
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 Rectangle
class IEquatable~Rectangle~ {
<>
}
IEquatable~Rectangle~ <|.. Rectangle
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 |
|---|---|
| static Ceiling | |
| Contains | |
| Equals | |
| static FromLTRB | |
| GetHashCode | |
| static Inflate | |
| Intersect | |
| IntersectsWith | |
| Offset | |
| static Round | |
| ToString | |
| static Truncate | |
| static Union |
Operators¶
| Name | Summary |
|---|---|
| static op_Equality | |
| static op_Inequality |