Overload List

Draws a polygon using points array p with different start/end z depth offset.

public Void Plane(System.Int32, System.Int32, Xamarin.Forms.Point[])

Draws a polygon (Point p1, Point p2, Point p3, Point p4) at Z depth offset.

public abstract Void Plane(Xamarin.Forms.Point, Xamarin.Forms.Point, Xamarin.Forms.Point, Xamarin.Forms.Point, System.Double)

Draws a polygon (Point p1, Point p2) at Z depth offset.

public abstract Void Plane(Xamarin.Forms.Point, Xamarin.Forms.Point, System.Double, System.Double)

See Also

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