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: 5.19.3.10 (5.19.3.10)
Syntax
public SizeF(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
the width to use
height
Type: SystemSingle
the height to use
Version Information

Supported in: 1.0
See Also