WpfAnnotationUISetUserHasCreated Method |
Derived class should call this method to indicate that their creation process has completed.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected void SetUserHasCreated(
bool hasCreated
)
Protected Sub SetUserHasCreated (
hasCreated As Boolean
)
Parameters
- hasCreated
- Type: SystemBoolean
Indicates whether the user has finished creating the annotation.
See Also