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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected 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