Polygon MapLinear Method Cognex VisionPro 9.25 SR1

Create a new polygon by mapping this one through the given transform.

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

public Polygon MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Parameters

transform
Type: Cognex.Vision Transform2DLinear
The Transform2DLinear through which to map this polygon.
copyFlags
Type: Cognex.Vision CopyShapeConstants
One or more values from CopyShapeConstants specifying which attributes of this polygon are to be copied to the mapped polygon.

Return Value

Type: Polygon

The returned Polygon.

Remarks

Creates a new polygon by mapping the vertices through a linear transform.

See Also