CircularAnnulusSection CopyBase Method Cognex VisionPro 9.10

Copy a graphic and its derived parameters.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public override IGraphic CopyBase(
	CopyShapeConstants copyFlags
)

Return Value

Type: IGraphic

The copied IGraphic object.

Implements

IGraphic CopyBase(CopyShapeConstants)
Remarks

Creates a new IGraphic that copies the specified parameter from this IGraphic.

See Also