Click or drag to resize

RectangleFContains Method

Overload List
  NameDescription
Public methodContains(PointF)
Determines if the specified point is contained within this System.Drawing.RectangleF structure.
Public methodContains(PointF)
Determines if the specified point is contained within this System.Drawing.RectangleF structure.
Public methodContains(RectangleF)
Determines if the rectangular region represented by rect is entirely contained within this System.Drawing.RectangleF structure.
Public methodContains(Single, Single)
Determines if the specified point is contained within this System.Drawing.RectangleF structure.
Top
See Also