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

Remarks


Returns true if point P is inside the horizontal triangle.

See Also

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