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: 4.16.0.0 (4.16.0.0)
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
See Also