Copy a graphic and its derived parameters.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax
Parameters
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: IGraphicThe copied IGraphic object.
Implements
IGraphic CopyBase(CopyShapeConstants)Remarks
Creates a new IGraphic that copies the specified parameter from this IGraphic.
See Also