PointBaseDataCloneBaseData 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
)
Protected Overrides Sub CloneBaseData (
data As AnnotationData
)
Parameters
- data
- Type: Atalasoft.AnnotateAnnotationData
A class that derives from PointBaseData.
Remarks This method should be called by classes that derive from PointBaseData when they need to create a clone of
the object.
See Also