Create a new shape that copies specified parameters.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- copyFlags
- Type: Cognex.VisionPro CogCopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: CogEllipseThe copied CogEllipse object.
Remarks
Creates a new CogEllipse that copies the specified parameters from this CogEllipse.
See Also