Create a new elliptical arc, copying the specified parameters.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax
Parameters
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: EllipticalArcThe copied EllipticalArc
Remarks
Creates a new EllipticalArc that copies the specified attributes from this EllipticalArc.
See Also