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