Skip to main content

Line Class

Namespace: GHIElectronics.TinyCLR.UI.Shapes · Assembly: GHIElectronics.TinyCLR.UI

No description available.

public class Line : Shape

Constructors

Line()

public Line() : this(0, 0)

No description available.

Line(int dx, int dy)

public Line(int dx, int dy)

No description available.

ParameterTypeDescription
dxint
dyint

Properties

Direction

public Direction Direction { get; set; }

The new direction of the hat switch. (inherited)

Methods

OnRender(Media.DrawingContext dc)

public override void OnRender(Media.DrawingContext dc)

Renders the DataGrid onto it's parent container's graphics. (inherited)

ParameterTypeDescription
dcMedia.DrawingContext