| 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
)
public:
static RenderImage^ Create(
String^ filename
)
Parameters
- filename
- Type: SystemString
The path to the file.
Return Value
Type:
RenderImageThe created image from the file.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also