| RenderImageCreate Method (Byte) |
Creates an image from a byte array.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static RenderImage Create(
byte[] buffer
)
public:
static RenderImage^ Create(
array<unsigned char>^ buffer
)
Parameters
- buffer
- Type: SystemByte
The byte array.
Return Value
Type:
RenderImageThe created image from the byte array.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also