Method | Description | |
---|---|---|
Clone ( ) : object | ||
CreateStream ( ) : Stream |
Creates a stream for accessing the surface data. The returned stream can be used for reading or modifying the surface data. |
|
PaletteSurface ( |
||
PaletteSurface ( byte rawData, |
||
ToArray ( ) : byte[] |
Gets a copy of the buffer's contents.
|
Method | Description | |
---|---|---|
CopyToArgbInternal ( |
||
LockInternal ( int &stride ) : |
||
UnlockInternal ( ) : void |
Method | Description | |
---|---|---|
CopyToArgbAlpha1 ( |
||
CopyToArgbAlpha4 ( |
||
CopyToArgbAlpha8 ( |
||
CopyToArgbOpaque ( |
||
CopyToArgbTransparent ( |
||
GetAlphaBitCount ( bool opaque, byte separateAlphaBitCount ) : byte |
protected CopyToArgbInternal ( |
||
surfaceData | ||
return | void |
protected LockInternal ( int &stride ) : |
||
stride | int | |
return |
public PaletteSurface ( |
||
palette | ||
width | int | |
height | int | |
opaque | bool | |
separateAlphaBitCount | byte | |
alphaPremultiplied | bool | |
sharePalette | bool | |
return | System |
public PaletteSurface ( byte rawData, |
||
rawData | byte | |
palette | ||
width | int | |
height | int | |
opaque | bool | |
separateAlphaBitCount | byte | |
alphaPremultiplied | bool | |
shareBuffer | bool | |
sharePalette | bool | |
return | System |