Overload List
Draws a polygon (Point p1, Point p2, Point p3, Point p4) at Z depth offset.
public abstract Void Plane(System.Drawing.Point, System.Drawing.Point, System.Drawing.Point, System.Drawing.Point, System.Int32)
Draws a polygon (Point p1, Point p2) at Z depth offset.
public abstract Void Plane(System.Drawing.Point, System.Drawing.Point, System.Int32, System.Int32)
Draws a polygon using points array p with different start/end z depth offset.
public Void Plane(System.Int32, System.Int32, System.Drawing.Point[])
Remarks
Draws a polygon.
See Also
Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace