Rectangle
Empty
Rectangle(Point, Size)
Rectangle(Int32, Int32, Int32, Int32)
Bottom
Height
IsEmpty
Left
Location
Right
Size
Top
Width
X
Y
Ceiling(RectangleF)
Contains(Point)
Contains(Rectangle)
Contains(Int32, Int32)
Equals(Object)
Equals(Rectangle)
FromLTRB(Int32, Int32, Int32, Int32)
GetHashCode()
Inflate(Size)
Inflate(Int32, Int32)
Inflate(Rectangle, Int32, Int32)
Intersect(Rectangle)
Intersect(Rectangle, Rectangle)
IntersectsWith(Rectangle)
Offset(Point)
Offset(Int32, Int32)
Round(RectangleF)
ToString()
Truncate(RectangleF)
Union(Rectangle, Rectangle)
operator !=(Rectangle, Rectangle)
operator ==(Rectangle, Rectangle)
net9.0
namespace System.Drawing
{
[TypeConverter("System.Drawing.RectangleConverter, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public struct Rectangle : IEquatable<Rectangle>
{
public bool Equals(Rectangle other);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
Upgrade Planner | 0.0 % Reference this API |
.NET | 5.06.07.08.09.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Standard | 2.1 |
Information specific to net9.0 | |
Assembly | System.Drawing.Primitives , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API