Méthode | Description | |
---|---|---|
Clone ( ) : object | ||
CreateStream ( ) : Stream |
Creates a stream for accessing the surface data. The returned stream can be used for reading the surface data. |
|
JpegSurface ( byte rawData, int width, int height, bool shareBuffer = false ) : System | ||
ToArray ( ) : byte[] |
Méthode | Description | |
---|---|---|
CopyToArgbInternal ( |
||
LockInternal ( int &stride ) : |
||
UnlockInternal ( ) : void |
protected CopyToArgbInternal ( |
||
surfaceData | ||
Résultat | void |
public JpegSurface ( byte rawData, int width, int height, bool shareBuffer = false ) : System | ||
rawData | byte | |
width | int | |
height | int | |
shareBuffer | bool | |
Résultat | System |
protected LockInternal ( int &stride ) : |
||
stride | int | |
Résultat |