Click or drag to resize

WpfAnnotationUICloneOverride Method

Derived classes must override this method and return a copy of itself.

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 abstract WpfAnnotationUI CloneOverride(
	WpfAnnotationUI clone
)

Parameters

clone
Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The new clone to add additional properties values.

Return Value

Type: WpfAnnotationUI
A copy of the annotation.
Remarks
This method is called from Clone to allow additional properties to be set. The WpfAnnotationUI properties of the clone will be filled before this method is called.
See Also