Returns true if point P is inside the vert triangle of x0y0, midxY1, x1y0.
public static Boolean PointInTriangle(Point p,
Int32 x0,
Int32 x1,
Int32 y0,
Int32 y1)

See Also

PointInTriangle Overload List | Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace