RectD Methods

CVB.Net Documentation

The RectD type exposes the following members.

Methods

  NameDescription
Public methodContains(Point2Dd)
Check if a point is located inside this RectD.
Public methodContains(Double, Double)
Determines if the specified point is contained with this RectD.
Public methodEquals
Tests whether obj is a RectD structure with the same location and size of this RectD structure.
(Overrides ValueTypeEquals(Object).)
Public methodStatic memberFromLTRB
Creates a RectD structure with the specified edge locations.
Public methodGetHashCode
Returns the hash code for this Rectangle
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersect(RectD)
Replaces this rectangle with the intersection of itself and the specified rectangle.
Public methodStatic memberIntersect(RectD, RectD)
Returns a RectD structure that represents the intersection of the two input rectangles. If there is no intersection, an empty RectD is returned.
Public methodIntersectsWith
Test if this rectangle intersects with rect.
Public methodToString
String conversion.
(Overrides ValueTypeToString.)
Public methodStatic memberUnion
Gets a RectD structure that contains the union of two RectD structures.
Top
Extension Methods

  NameDescription
Public Extension MethodContains
Check if a point is located inside this Rect.
(Defined by RectExtensions.)
Public Extension MethodToWindowsRect
Creates a Rect from this rectangle.
(Defined by RectExtensions.)
Top
See Also

Reference