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.
| Parameter | Type | Description |
|---|---|---|
width | int | |
height | int |
Methods
OnRender(Media.DrawingContext dc)
public override void OnRender(Media.DrawingContext dc)
Renders the DataGrid onto it's parent container's graphics. (inherited)
| Parameter | Type | Description |
|---|---|---|
dc | Media.DrawingContext |