WpfAnnotationUICreateDataSnapshot Method |
This method creates an AnnotationData copy of this annotation for serialization.
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 public AnnotationData CreateDataSnapshot()
Public Function CreateDataSnapshot As AnnotationData
Return Value
Type:
AnnotationDataThe AnnotationData for this annotation.
Remarks Derived classes should override the CreateDataSnapshotOverride method to create a specific AnnotationData class.
See Also