Skip to main content

Rectangle Class

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

No description available.

public class Rectangle : Shape

Constructors

Rectangle()

public Rectangle()

No description available.

Rectangle(int width, int height)

public Rectangle(int width, int height)

No description available.

ParameterTypeDescription
widthint
heightint

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