Table of Contents

Class Rectangle

Namespace
GHIElectronics.Endpoint.UI.Shapes
Assembly
GHIElectronics.Endpoint.UI.dll
public class Rectangle : Shape
Inheritance
Rectangle
Inherited Members

Constructors

Rectangle()

public Rectangle()

Rectangle(int, int)

public Rectangle(int width, int height)

Parameters

width int
height int

Methods

OnRender(DrawingContext)

public override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext