Click or drag to resize

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
)

Parameters

buffer
Type: SystemByte
The byte array.

Return Value

Type: RenderImage
The created image from the byte array.
Exceptions
ExceptionCondition
ObjectNullExceptionbuffer == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also