Click or drag to resize

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
)

Parameters

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

Return Value

Type: RenderImageMemoryShared
The created shared memory image.
Exceptions
ExceptionCondition
ObjectNullExceptionname == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also