AnnotationControllerResumePaint Method |
Resumes painting after it has been suspended with
SuspendPaint.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.3.0.0.0.668 (.NET 4.5.2, x86)
Syntax public void ResumePaint(
bool forceRefresh
)
Public Sub ResumePaint (
forceRefresh As Boolean
)
Parameters
- forceRefresh
- Type: SystemBoolean
Indicates whether the AnnotationController should force a refresh.
See Also