Click or drag to resize

LineDataCloneBaseData Method

Fills the data object with cloned property values.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void CloneBaseData(
	AnnotationData data
)

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
A class that derives from AnnotationData.
Remarks
This method should be called by classes that derive from AnnotationData when they need to create a clone of the object.
Examples
AnnotationData Class
See Also