The RectangleD type exposes the following members.

Methods

  NameDescription
ContainsOverloaded.
Equals
Tests whether obj is a RectangleD with the same location and size of this RectangleD.
(Overrides ValueType..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FromLTRB
Creates a RectangleD structure with upper-left corner and lower-right corner at the specified locations.
GetHashCode
Gets the hash code for this RectangleD structure. For information about the use of hash codes, see Object.GetHashCode.
(Overrides ValueType..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InflateOverloaded.
IntersectOverloaded.
IntersectsWith
Determines if this rectangle intersects with rect.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OffsetOverloaded.
ToString
Converts the Location and Size of this RectangleD to a human-readable string.
(Overrides ValueType..::.ToString()()().)
Union
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.

Operators

  NameDescription
Equality
Tests whether two RectangleD structures have equal location and size.
ImplicitOverloaded.
Inequality
Tests whether two RectangleD structures differ in location or size.

See Also