Initialize this graphic label from the X, Y, and Text.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- x
- Type: System Double
The x-coordinate of the label.
- y
- Type: System Double
The y-coordinate of the label.
- text
- Type: System String
The text of the label.
Events
| Event Type | Reason |
|---|---|
| CogGraphicLabel Changed | Fires when the value of this property changes. The following state flags may be affected: |
Remarks
Initialize this graphic label from the X, Y, and Text.
See Also