[]
Defines a builder to configurate Rectangle.
public class RectangleBuilder : ShapeBuilder<Rectangle, RectangleBuilder>
| Name | Description |
|---|---|
| RectangleBuilder(Rectangle) | Creates one RectangleBuilder instance to configurate |
| Name | Description |
|---|---|
| Height(float) | Configurates Height. Sets the height of the Rectangle annotation. |
| Width(float) | Configurates Width. Sets the width of the Rectangle annotation. |