ImageDescription Constructor (Guid, Int32, Int32) |
Construct from the Media Foundation's subtype & size.
Namespace: Scandit.RecognitionAssembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax public ImageDescription(
Guid subtype,
int width,
int height
)
Public Sub New (
subtype As Guid,
width As Integer,
height As Integer
)
public:
ImageDescription(
Guid subtype,
int width,
int height
)
new :
subtype : Guid *
width : int *
height : int -> ImageDescription
Parameters
- subtype
- Type: SystemGuid
Subtype GUID - width
- Type: SystemInt32
Width in pixels - height
- Type: SystemInt32
Height in pixels
See Also