'Declaration Public Function IsPointInRegion( _
ByVal pointVintasoftPointI to test.As Vintasoft.Primitives.VintasoftPointI _
) As Boolean
public bool IsPointInRegion(
Vintasoft.Primitives.VintasoftPointI point
)
public: bool IsPointInRegion(
Vintasoft.Primitives.VintasoftPointI point
)
public:
bool IsPointInRegion(
Vintasoft.Primitives.VintasoftPointI point
)
Parameters
- point
- VintasoftPointI to test.
Return Value
true if point is located in region, false otherwise.