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