Click or drag to resize

IRenderImageMemory Interface

The IRenderImageMemory interface should be implemented to create custom representation of images stored in memory buffer.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public interface IRenderImageMemory : IRenderImageDescription

The IRenderImageMemory type exposes the following members.

Properties
  NameDescription
Public propertyBuffer
Gets the memory buffer.
Public propertyCount
Gets the buffer length.
Public propertyDynamic
Gets the image dynamic.
(Inherited from IRenderImageDescription.)
Public propertyFormat
Gets the image format.
(Inherited from IRenderImageDescription.)
Public propertyIsDestroyed
Gets a value indicating whether the memory image is destroyed.
Public propertyOrientation
Gets the image orientation.
(Inherited from IRenderImageDescription.)
Public propertyResolution
Gets the image resolution.
(Inherited from IRenderImageDescription.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also