Creates and returns a new circle shape, copying the specified parameters, that is the full circle defined by this circular arc.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.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: CogCircleThe circle.
Remarks
Creates a new CogCircle based on the CenterX, CenterY, and Radius properties of the arc. copyFlags specifies which aspects of the arc are copied to the circle.
See Also