Click or drag to resize

Rect64 Methods

The Rect64 type exposes the following members.

Methods
 NameDescription
Public methodAsPath Converts the rectangle to a Path64 representation.
Public methodContains(Point64) Determines if a point is inside the rectangle.
Public methodContains(Rect64) Determines if another rectangle is completely contained within this rectangle.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIntersects Determines if another rectangle intersects with this rectangle.
Public methodIsEmpty Determines if the rectangle is empty (has no area).
Public methodIsValid Determines if the rectangle is valid (not equal to MaxValue).
Public methodMidPoint Calculates the midpoint of the rectangle.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also