Click or drag to resize

RectangleF Constructor

Construct new rectangle

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public RectangleF(
	float x,
	float y,
	float width,
	float height
)

Parameters

x
Type: SystemSingle
X-coordinate of top-left corner.
y
Type: SystemSingle
Y-coordinate of top-left corner.
width
Type: SystemSingle
width of the rectangle/
height
Type: SystemSingle
Height of the rectangle.
Version Information

Supported in: 1.0
See Also