Click or drag to resize

RenderImageConvert Method

Converts the image to the specified format, dynamic and orientation.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderImage Convert(
	RenderImageFormat format,
	RenderImageDynamic dynamic,
	RenderImageOrientation orientation
)

Parameters

format
Type: Lumiscaphe.Workshop.InteropRenderImageFormat
The new format.
dynamic
Type: Lumiscaphe.Workshop.InteropRenderImageDynamic
The new dynamic.
orientation
Type: Lumiscaphe.Workshop.InteropRenderImageOrientation
The new orientation.

Return Value

Type: RenderImage
The converted image.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderImage::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also