| RenderImageMemorySharedCreate Method |
Creates a shared memory image using the specified name for the shared memory byte buffer.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static RenderImageMemoryShared Create(
string name,
RenderResolution resolution
)
public:
static RenderImageMemoryShared^ Create(
String^ name,
RenderResolution resolution
)
Parameters
- name
- Type: SystemString
The name of the shared memory buffer. - resolution
- Type: Lumiscaphe.Workshop.InteropRenderResolution
The image resolution.
Return Value
Type:
RenderImageMemorySharedThe created shared memory image.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also