CogPointMarker GetCenterRotationSize Method Cognex VisionPro
Gets x and y coordinates of the center point, rotation (in radian) and the size (in screen pixels) of a side of the bounding square of the point marker.

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

public void GetCenterRotationSize(
	out double x,
	out double y,
	out double rotation,
	out int sizeInScreenPixels
)

Parameters

x
Type: System Double 

The x-coordinate of the center of the point marker.

y
Type: System Double 

The y-coordinate of the center of the point marker.

rotation
Type: System Double 

The rotation angle (in radians) of the point marker.

sizeInScreenPixels
Type: System Int32 

The size (in pixels) of the bounding box of the point marker.

Remarks

Gets x and y coordinates of the center point, rotation (in radian) and the size (in screen pixels) of a side of the bounding square of the point marker.

See Also