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