'Declaration Public Overloads Function Contains( _
ByVal pointThe VintasoftPoint to test.As VintasoftPoint _
) As Boolean
public bool Contains(
VintasoftPoint point
)
public: bool Contains(
VintasoftPoint point
)
public:
bool Contains(
VintasoftPoint point
)
Parameters
- point
- The VintasoftPoint to test.
Return Value
True if the point is contained within this VintasoftRect structure; otherwise, false.