Create a new polygon by mapping this one through the given transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
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: PolygonThe returned Polygon.
Remarks
Creates a new polygon by mapping the vertices through a linear transform.
See Also