cohtml::Net::ResourceResponse::UserImageData

Inherits from SystemIDisposable

Public Types

Name
enum classTextureFilteringMode { FilterPoint, FilterLinear}
enum classAlphaPremultiplicationMode { Premultiplied, NonPremultiplied}

Public Functions

Name
virtual voidDispose()
UserImageData()

Public Properties

Name
uintWidth
uintHeight
uintContentRectX
uintContentRectY
uintContentRectWidth
uintContentRectHeight
uintImageHandle
uintSystemOwnerId
intOrigin
intFormat
global::System.IntPtrTextureBatchingHint
global::System.IntPtrTexture
ResourceResponse.UserImageData.TextureFilteringModeTextureFiltering
ResourceResponse.UserImageData.AlphaPremultiplicationModeAlphaPremultiplication

Protected Attributes

Name
boolswigCMemOwn

Public Types Documentation

enum TextureFilteringMode

EnumeratorValueDescription
FilterPoint
FilterLinear

enum AlphaPremultiplicationMode

EnumeratorValueDescription
Premultiplied
NonPremultiplied

Public Functions Documentation

function Dispose

virtual void Dispose()

function UserImageData

UserImageData()

Public Property Documentation

property Width

uint Width;

property Height

uint Height;

property ContentRectX

uint ContentRectX;

property ContentRectY

uint ContentRectY;

property ContentRectWidth

uint ContentRectWidth;

property ContentRectHeight

uint ContentRectHeight;

property ImageHandle

uint ImageHandle;

property SystemOwnerId

uint SystemOwnerId;

property Origin

int Origin;

property Format

int Format;

property TextureBatchingHint

global::System.IntPtr TextureBatchingHint;

property Texture

global::System.IntPtr Texture;

property TextureFiltering

ResourceResponse.UserImageData.TextureFilteringMode TextureFiltering;

property AlphaPremultiplication

ResourceResponse.UserImageData.AlphaPremultiplicationMode AlphaPremultiplication;

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;