Click or drag to resize

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
)

Parameters

name
Type: SystemString
The name of the shared memory buffer.
resolution
Type: Lumiscaphe.Workshop.InteropRenderResolution
The image resolution.

Return Value

Type: RenderImageMemoryShared
The opened shared memory image according to the name of the shared memory buffer.
Exceptions
ExceptionCondition
ObjectNullExceptionname == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also