Creates and returns a new general contour, copying the specified parameters of this one.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.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: CogGeneralContourThe copied CogGeneralContour object.
Remarks
Creates a new CogGeneralContour that copies the specified parameters from this CogGeneralContour.
See Also