| RenderImageMemorySharedOpen Method |
Opens an existing shared memory image identified by the name of the shared memory buffer.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static RenderImageMemoryShared Open(
string name,
RenderResolution resolution
)
public:
static RenderImageMemoryShared^ Open(
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 opened shared memory image according to the name of the shared memory buffer.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also