Creates and returns a new circle shape, copying the specified parameters, that is the full circle defined by this circular arc.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: CircleThe circle.
Remarks
Creates a new Circle 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