[]
Creates a marker with the specified shape and size.
public BuiltinMarker(MarkerShape shape, float size)
Public Sub New(shape As MarkerShape, size As Single)
Type | Name | Description |
---|---|---|
MarkerShape | shape | Shape of the marker. |
float | size | Size of the marker. |
size is measured in points.
Type | Condition |
---|---|
ArgumentOutOfRangeException | size is less than or equal to zero or size is greater than 72. |