Class Polygon
- Namespace
- GHIElectronics.Endpoint.UI.Shapes
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class Polygon : Shape
- Inheritance
-
Polygon
- Inherited Members
Constructors
Polygon()
public Polygon()
Polygon(int[])
public Polygon(int[] pts)
Parameters
ptsint[]
Properties
Points
public int[] Points { get; set; }
Property Value
- int[]
Methods
OnRender(DrawingContext)
public override void OnRender(DrawingContext dc)