CogCircularArc CreateCircle Method Cognex VisionPro 9.7
Creates and returns a new circle shape, copying the specified parameters, that is the full circle defined by this circular arc.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public CogCircle CreateCircle(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogCircle

The 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