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