[]
Add rectangle annotation for annotationlayer.
public AnnotationLayerBuilder<T> AddRectangle(Action<RectangleBuilder> build = null)
Public Function AddRectangle(Optional build As Action(Of RectangleBuilder) = Nothing) As AnnotationLayerBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| Action<RectangleBuilder> | build | The build function |
| Type | Description |
|---|---|
| AnnotationLayerBuilder<T> | Current builder |