Create a new polygon that replicates the specified properties.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
Parameters
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: PolygonThe copied Polygon object.
Remarks
Creates a new polygon that copies specified parameters.
See Also