Table of Contents

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

pts int[]

Properties

Points

public int[] Points { get; set; }

Property Value

int[]

Methods

OnRender(DrawingContext)

public override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext