Returns true if point P is inside the horizontal triangle.
public static Boolean PointInHorizTriangle(Point p,
Double y0,
Double y1,
Double x0,
Double x1)

See Also

Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace