CogGraphicLabel SetXYText Method Cognex VisionPro 9.20
Initialize this graphic label from the X, Y, and Text.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public void SetXYText(
	double x,
	double y,
	string text
)
Events

Event TypeReason
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