Click or drag to resize

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()

Return Value

Type: AnnotationData
The AnnotationData for this annotation.
Remarks
Derived classes should override the CreateDataSnapshotOverride method to create a specific AnnotationData class.
See Also