RenderImageMemoryShared Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderImageMemoryShared type exposes the following members.
Name | Description | |
---|---|---|
Buffer |
Gets the byte buffer of the shared memory buffer.
| |
Count |
Gets the byte count of the buffer.
| |
Dynamic |
Gets the image dynamic.
| |
Format |
Gets the image format.
| |
IsDestroyed |
Gets a value indicating whether this instance is destroyed.
| |
Name |
Gets the shared memory byte buffer name.
| |
Orientation |
Gets the image orientation.
| |
Resolution |
Gets the image resolution.
| |
SharedMemoryBuffer |
Gets the shared memory buffer.
|
Name | Description | |
---|---|---|
Create |
Creates a shared memory image using the specified name for the shared memory byte buffer.
| |
Destroy |
Destroys the shared memory image.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Open |
Opens an existing shared memory image identified by the name of the shared memory buffer.
| |
ToString |
Format the RenderImageMemoryShared to a String.
(Overrides ObjectToString.) |