'Declaration Public Function New( _ ByVal shape As MarkerShape, _ ByVal size As Single _ )
'Usage Dim shape As MarkerShape Dim size As Single Dim instance As New BuiltinMarker(shape, size)
public BuiltinMarker( MarkerShape shape, float size )
Parameters
- shape
- Shape of the marker.
- size
- Size of the marker.