Click or drag to resize

RenderImageRaw Constructor

Initializes a new instance of the RenderImageRaw class.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderImageRaw(
	RenderResolution resolution,
	RenderImageFormat format,
	RenderImageDynamic dynamic,
	RenderImageOrientation orientation,
	float dpi,
	byte[] pixels,
	byte[] profile
)

Parameters

resolution
Type: Lumiscaphe.Workshop.InteropRenderResolution
The image resolution.
format
Type: Lumiscaphe.Workshop.InteropRenderImageFormat
The image format.
dynamic
Type: Lumiscaphe.Workshop.InteropRenderImageDynamic
The image dynamic.
orientation
Type: Lumiscaphe.Workshop.InteropRenderImageOrientation
The image orientation.
dpi
Type: SystemSingle
The image dot per inch.
pixels
Type: SystemByte
The raw image pixels.
profile
Type: SystemByte
The image color profile (can be null).
Exceptions
ExceptionCondition
ObjectNullExceptionpixels == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also