Create a new shape that copies specified parameters.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax
Parameters
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: LineSegmentThe copied LineSegment object.
Remarks
Creates a new LineSegment that copies the specified parameter from this LineSegment.
See Also