Overload List

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

public static Boolean PointInTriangle(Xamarin.Forms.Point, Xamarin.Forms.Point, Xamarin.Forms.Point, Xamarin.Forms.Point)

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

public static Boolean PointInTriangle(Xamarin.Forms.Point, System.Double, System.Double, System.Double, System.Double)

See Also

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