| DataThumbnail Constructor |
Initializes a new instance of the
DataThumbnail class using the specified parameters.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public DataThumbnail(
int width,
int height,
byte[] pixels
)
public:
DataThumbnail(
int width,
int height,
array<unsigned char>^ pixels
)
Parameters
- width
- Type: SystemInt32
The width of the thumbnail in pixel. - height
- Type: SystemInt32
The height of the thumbnail in pixel. - pixels
- Type: SystemByte
The pixels of the thumbnail in BGRA order.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also