Search
Polygon3D.Points Property
See Also
 






Gets or sets the polygon's vertices.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public List<Point3D> Points { get; set; }

Visual Basic  Copy Code

Public Property Points As List(Of Point3D)

 Property Value

 See Also