Copy a graphic and its derived parameters.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax
Parameters
- copyFlags
- Type: Cognex.VisionPro CogCopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: ICogGraphicThe copied CogGraphic object.
Implements
ICogGraphic CopyBase(CogCopyShapeConstants)Remarks
Creates a new CogGraphic that copies the specified parameter from this CogGraphic.
See Also