RenderImageMemoryFloat Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderImageMemoryFloat type exposes the following members.
Name | Description | |
---|---|---|
Buffer |
Gets the image float buffer.
| |
Count |
Gets the float count of the buffer.
| |
Dynamic |
Gets the image dynamic.
| |
Format |
Gets the image format.
| |
IsDestroyed |
Gets a value indicating whether this instance is destroyed.
| |
Item |
Bracket operator to get or set the float value in the buffer at the specified index.
| |
Orientation |
Gets the image orientation.
| |
Resolution |
Gets the image resolution.
|
Name | Description | |
---|---|---|
Create |
Creates an image in memory using the specified resolution.
| |
Destroy |
Destroys the 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.) | |
ToString |
Format the RenderImageMemoryFloat to a String.
(Overrides ObjectToString.) |