Overload List

Returns true if point P is inside the vert triangle of p0, p1, p2.

public static Boolean PointInTriangle(System.Drawing.Point, System.Drawing.Point, System.Drawing.Point, System.Drawing.Point)

Returns true if point P is inside the vert triangle of x0y0, midxY1, x1y0.

public static Boolean PointInTriangle(System.Drawing.Point, System.Int32, System.Int32, System.Int32, System.Int32)

Remarks


Returns true if point P is inside the vert triangle of x0y0, midxY1, x1y0.

See Also

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