[]
Starts annotation mode.
public void StartAnnotationMode()
Public Sub StartAnnotationMode()
Starts annotation mode while specifying whether to close figures when a new drawing is started.
public void StartAnnotationMode(bool closeFigures)
Public Sub StartAnnotationMode(closeFigures As Boolean)
Type | Name | Description |
---|---|---|
bool | closeFigures | Whether each figure is closed before the next figure is drawn |
Starts annotation mode.
public void StartAnnotationMode(AnnotationMode mode)
Public Sub StartAnnotationMode(mode As AnnotationMode)
Type | Name | Description |
---|---|---|
AnnotationMode | mode | An AnnotationMode value indicates how the annotation mode works. |