AnnotationControllerSuspendPaint Method |
Use this method to suspend painting any annotations until the
ResumePaint
method is called.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void SuspendPaint()
Remarks
This method is useful when multiple annotations or multiple properties of an
annotation are being modified for a single action. Use
ResumePaint
to allow rendering of the annotations to resume.
See Also