PointMarker Copy Method Cognex VisionPro 9.10

Create a new shape that copies specified parameters.

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

public PointMarker Copy(
	CopyShapeConstants copyFlags
)

Return Value

Type: PointMarker

The copied PointMarker object.

Remarks

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

See Also