Click or drag to resize
SizeF Constructor
Construct new size with the given width and height.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public SizeF(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
the width to use
height
Type: SystemSingle
the height to use
See Also