An NDoc Documented Class Library

xyiArray.Inside Method 

Checks the position of a point P whether it lays inside the polygon or not.

public bool Inside(
   Point P
);

Parameters

P
Point, that will be checked

Return Value

If P lays inside the polygon then the result is true else it is false

See Also

xyiArray Class | Minais.Drawing3d.Math Namespace