QuadrangleContains Method

Overload List
  NameDescription
Public methodContains(Point)
Determines if the specified Point is contained within this Quadrangle structure.
Public methodContains(Rectangle)
Determines if the specified Rectangle is contained or intersect this Quadrangle structure.
Public methodContains(Quadrangle)
Determines if the specified Quadrangle is contained or intersect this Quadrangle structure.
Public methodContains(Int32, Int32)
Determines if the specified point is contained within this Quadrangle structure.
See Also