Click or drag to resize

RenderImageCreate Method (String)

Creates an image from a file.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static RenderImage Create(
	string filename
)

Parameters

filename
Type: SystemString
The path to the file.

Return Value

Type: RenderImage
The created image from the file.
Exceptions
ExceptionCondition
ObjectNullExceptionfilename == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also