Gets/sets the Opacity for this graphic object.
The value range is 0.0 - 1.0, where 0.0 means full transparent
and value 1.0 means full opaque.
The default value is 1.0.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleThe Opacity of this graphic object. Must be between 0 and 1.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The Opacity for graphic objects must be between 0 and 1. |
See Also