NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RectangleF.Contains (PointF)

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;

Parameters

pt
PointF to test

Return Value

true if the point is contained within this RectangleF.

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace | RectangleF.Contains Overload List