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 (RectangleF)

Determines if rect is entirely contained within this RectangleF.

[Visual Basic]
Overloads Public Function Contains( _
   ByVal rect As RectangleF _
) As Boolean
[C#]
public bool Contains(
   RectangleF rect
);
[C++]
public: bool Contains(
   RectangleF rect
);
[JScript]
public function Contains(
   rect : RectangleF
) : Boolean;

Parameters

rect
RectangleF to test

Return Value

true if the RectangleF is contained.

See Also

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