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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
public void GetCenterRotationSize(
out double x,
out double y,
out double rotation,
out int sizeInScreenPixels
)
public void GetCenterRotationSize(
out double x,
out double y,
out double rotation,
out int sizeInScreenPixels
)
Public Sub GetCenterRotationSize (
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef y As Double,
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef sizeInScreenPixels As Integer
)
Public Sub GetCenterRotationSize (
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef y As Double,
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef sizeInScreenPixels As Integer
)
public:
void GetCenterRotationSize(
[OutAttribute] double% x,
[OutAttribute] double% y,
[OutAttribute] double% rotation,
[OutAttribute] int% sizeInScreenPixels
)
public:
void GetCenterRotationSize(
[OutAttribute] double% x,
[OutAttribute] double% y,
[OutAttribute] double% rotation,
[OutAttribute] 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.
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.