Determines if the specfied point is contained within this RectangleF.
[Visual Basic] Overloads Public Function Contains( _ ByVal pt As PointF _ ) As Boolean [C#] public bool Contains( PointF pt ); [C++] public: bool Contains( PointF pt ); [JScript] public function Contains( pt : PointF ) : Boolean;
true if the point is contained within this RectangleF.
RectangleF Structure | RectangleF Members | System.Drawing Namespace | RectangleF.Contains Overload List