Create a new ellipse shape. The returned ellipse will have the same center, radii, rotation, and unit circle transform as this elliptical arc. Use the CopyFlags to specify what other parts of this shape should be copied into the new one.
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 new ellipse.
Remarks
Creates a new CogEllipse based on the underlying ellipse of this arc. The new ellipse has the same CenterX, CenterY, RadiusX, RadiusY, Rotation, and unit circle transform as this elliptical arc. copyFlags specifies which aspects of the arc are copied to the ellipse.
See Also