Click or drag to resize
RectangleF Constructor
Construct new rectangle

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
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.
See Also