Méthode | Description | |
---|---|---|
ArgbSurface ( |
||
ArgbSurface ( |
||
ArgbSurface ( byte rawData, int width, int height, bool alphaPremultiplied = false, bool sharedBuffer = false ) : System | ||
ArgbSurface ( int width, int height, bool alphaPremultiplied = false ) : System | ||
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. |
|
ToArray ( ) : byte[] |
Méthode | Description | |
---|---|---|
CopyToArgbInternal ( |
||
LockInternal ( int &stride ) : |
||
UnlockInternal ( ) : void |
public ArgbSurface ( |
||
surface | ||
Résultat | System |
public ArgbSurface ( |
||
surfaceData | ||
alphaPremultiplied | bool | |
Résultat | System |
public ArgbSurface ( byte rawData, int width, int height, bool alphaPremultiplied = false, bool sharedBuffer = false ) : System | ||
rawData | byte | |
width | int | |
height | int | |
alphaPremultiplied | bool | |
sharedBuffer | bool | |
Résultat | System |
public ArgbSurface ( int width, int height, bool alphaPremultiplied = false ) : System | ||
width | int | |
height | int | |
alphaPremultiplied | bool | |
Résultat | System |
protected CopyToArgbInternal ( |
||
surfaceData | ||
Résultat | void |
protected LockInternal ( int &stride ) : |
||
stride | int | |
Résultat |