Retrieve X,Y,Width,Height parameterization.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
public void GetXYWidthHeight(
out double x,
out double y,
out double width,
out double height
)
public void GetXYWidthHeight(
out double x,
out double y,
out double width,
out double height
)
Public Sub GetXYWidthHeight (
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef y As Double,
<OutAttribute> ByRef width As Double,
<OutAttribute> ByRef height As Double
)
Public Sub GetXYWidthHeight (
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef y As Double,
<OutAttribute> ByRef width As Double,
<OutAttribute> ByRef height As Double
)
public:
void GetXYWidthHeight(
[OutAttribute] double% x,
[OutAttribute] double% y,
[OutAttribute] double% width,
[OutAttribute] double% height
)
public:
void GetXYWidthHeight(
[OutAttribute] double% x,
[OutAttribute] double% y,
[OutAttribute] double% width,
[OutAttribute] double% height
)
Parameters
- x
- Type: System Double
The x-coordinate of the top left corner of the rectangle.
- y
- Type: System Double
The y-coordinate of the top left corner of the rectangle
- width
- Type: System Double
The width of the rectangle.
- height
- Type: System Double
The height of the rectangle.
Returns the x- and y-coordinates and the width and height of this rectangle.