Click or drag to resize

ImageDescription Constructor (Guid, Int32, Int32)

Construct from the Media Foundation's subtype & size.

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public ImageDescription(
	Guid subtype,
	int width,
	int height
)

Parameters

subtype
Type: SystemGuid
Subtype GUID
width
Type: SystemInt32
Width in pixels
height
Type: SystemInt32
Height in pixels
Version Information

Supported in: 1.0
See Also