Create a Deep Copy of the provided CogMaskGraphic VisionPro object in the form of a MaskGraphic Vision object,
maintaining most but not all property equivalence. Image, TipText, X and Y offset, and SelectedSpaceName are preserved,
but most graphical properties such as Color are not.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 79.0.0.0
Syntax
Parameters
- mask
- Type: Cognex.VisionPro CogMaskGraphic
The VisionPro CogMaskGraphic to be copied from.
Return Value
Type: MaskGraphicA Vision MaskGraphic that has the equivalent Image, TipText, X and Y offset, and SelectedSpaceName as the provided VisionPro CogMaskGraphic.
Remarks
Providing an argument that is null will result in a return that is null as well. In other words, a null converts to a null.
See Also