cohtml.Net.SystemCacheStats.ImageCacheStats.ImageData
Inherits from SystemIDisposable
Public Types #
| Name |
---|
enum class | ImageState { InternalError, Loading, Decoded, OnGPU, ReadError, DecodeError} |
Public Functions #
Public Properties #
Protected Attributes #
Public Types Documentation #
enum ImageState #
Enumerator | Value | Description |
---|
InternalError | | |
Loading | | |
Decoded | | Image data has been read & decoded. |
OnGPU | | |
ReadError | | |
DecodeError | | |
Public Functions Documentation #
function Dispose #
virtual void Dispose()
function ImageData #
ImageData()
Public Property Documentation #
property Name #
string Name;
property Id #
uint Id;
property SizeBytes #
uint SizeBytes;
property ContentRectSizeBytes #
uint ContentRectSizeBytes;
property ViewClientsCount #
uint ViewClientsCount;
property ViewClients #
uint [] ViewClients;
property UserTexturePtr #
global.System.IntPtr UserTexturePtr;
property State #
SystemCacheStats.ImageCacheStats.ImageData.ImageState State;
Protected Attributes Documentation #
variable swigCMemOwn #
bool swigCMemOwn;