'Declaration Public Sub SetBoundingBox( _
ByVal boundingBoxXX-coordinate, in image space, of bounding box.As System.Int32, _
ByVal boundingBoxYY-coordinate, in image space, of bounding box.As System.Int32, _
ByVal boundingBoxWidthA width, in image space, of bounding box.As System.Int32, _
ByVal boundingBoxHeightA height, in image space, of bounding box.As System.Int32 _
)
public void SetBoundingBox(
System.Int32 boundingBoxX,
System.Int32 boundingBoxY,
System.Int32 boundingBoxWidth,
System.Int32 boundingBoxHeight
)
public: void SetBoundingBox(
System.Int32 boundingBoxX,
System.Int32 boundingBoxY,
System.Int32 boundingBoxWidth,
System.Int32 boundingBoxHeight
)
public:
void SetBoundingBox(
System.Int32 boundingBoxX,
System.Int32 boundingBoxY,
System.Int32 boundingBoxWidth,
System.Int32 boundingBoxHeight
)
Parameters
- boundingBoxX
- X-coordinate, in image space, of bounding box.
- boundingBoxY
- Y-coordinate, in image space, of bounding box.
- boundingBoxWidth
- A width, in image space, of bounding box.
- boundingBoxHeight
- A height, in image space, of bounding box.