Creates a gcnew CogEllipticalArc with the same geometric and graphics properties as this segment.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Return Value
Type: CogEllipticalArcThe elliptical arc.
Exceptions
| Exception | Condition |
|---|---|
| CogShapeBadContourSegTypeException | The SegmentType is not EllipticalArc |
| CogIteratorInvalidIteratorException | This iterator is not valid. |
| ArgumentException | The ellipse fraction is <= 0 or >= 1. |
Remarks
Creates a new CogEllipticalArcwith the same geometric and graphics properties as this segment.
See Also