GraphicLabel SetXYText Method Cognex VisionPro 9.22 SR1

Initialize this graphic label from the X, Y, and Text.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

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

Changed Raised when the value of this property changes.

Initialize this graphic label from the X, Y, and Text.

See Also