Initializes a new instance of the Polygon3D class.
Namespace: MindFusion.Charting.ThreeDAssembly: MindFusion.Charting
public Polygon3D ( IEnumerable<Point3D> points, Brush brush)
Public New ( _ points As IEnumerable(Of Point3D), _ brush As Brush _)
A list of 3D points.
A Brush used to fill the polygon.
Polygon3D Constructor Overload ListPolygon3D ClassMindFusion.Charting.ThreeD Namespace