Polygon
StockSharp.Xaml.Charting.Visuals.RenderableSeries.FastBandRenderableSeries
A struct to hold information about a Polygon drawn on a FastBandRenderableSeries
Constructors
Polygon
public Polygon(Point[] points, IBrush2D brush2D)
polygon = Polygon(points, brush2D)
Initializes a new instance of the Polygon struct.
- points
- The points.
- brush2D
- The brush2 d.
Properties
Points
public Point[] Points { get; }
value = polygon.Points
Gets the points that form the outline of the polygon