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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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