'Declaration Public Overloads Function Contains( _
ByVal rectangleThe VintasoftRect to test.As VintasoftRect _
) As Boolean
public bool Contains(
VintasoftRect rectangle
)
public: bool Contains(
VintasoftRect rectangle
)
public:
bool Contains(
VintasoftRect rectangle
)
Parameters
- rectangle
- The VintasoftRect to test.
Return Value
True if rectangle is entirely contained within the rectangular region represented by this VintasoftRect; otherwise, false.