Méthode | Description | |
---|---|---|
CanCopyTo ( SKColorType colorType ) : bool | ||
Copy ( ) : |
||
Copy ( SKColorType colorType ) : |
||
CopyPixelsTo ( |
||
CopyTo ( |
||
CopyTo ( |
||
Decode ( |
||
Decode ( |
||
Decode ( |
||
Decode ( |
||
Decode ( |
||
Decode ( |
||
Decode ( byte buffer ) : |
||
Decode ( byte buffer, |
||
Decode ( string filename ) : |
||
Decode ( string filename, |
||
DecodeBounds ( |
||
DecodeBounds ( |
||
DecodeBounds ( byte buffer ) : |
||
DecodeBounds ( string filename ) : |
||
Erase ( |
||
Erase ( |
||
GetIndex8Color ( int x, int y ) : |
||
GetPixel ( int x, int y ) : |
||
GetPixels ( ) : |
||
GetPixels ( |
||
InstallPixels ( |
||
InstallPixels ( |
||
InstallPixels ( |
||
InstallPixels ( |
||
LockPixels ( ) : void | ||
Reset ( ) : void | ||
SKBitmap ( |
||
SKBitmap ( |
||
SKBitmap ( |
||
SKBitmap ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : System | ||
SKBitmap ( int width, int height, bool isOpaque = false ) : System | ||
SetColorTable ( |
||
SetImmutable ( ) : void | ||
SetPixel ( int x, int y, |
||
SetPixels ( |
||
SetPixels ( |
||
UnlockPixels ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
SKBitmap ( ) : System | ||
SKBitmap ( |
||
SKBitmapReleaseInternal ( |
public CanCopyTo ( SKColorType colorType ) : bool | ||
colorType | SKColorType | |
Résultat | bool |
public Copy ( SKColorType colorType ) : |
||
colorType | SKColorType | |
Résultat |
public CopyPixelsTo ( |
||
dst | ||
dstSize | int | |
dstRowBytes | int | |
preserveDstPad | bool | |
Résultat | bool |
public CopyTo ( |
||
destination | ||
Résultat | bool |
public CopyTo ( |
||
destination | ||
colorType | SKColorType | |
Résultat | bool |
public static Decode ( |
||
codec | ||
Résultat |
public static Decode ( |
||
codec | ||
bitmapInfo | ||
Résultat |
public static Decode ( |
||
data | ||
Résultat |
public static Decode ( |
||
data | ||
bitmapInfo | ||
Résultat |
public static Decode ( |
||
stream | ||
Résultat |
public static Decode ( |
||
stream | ||
bitmapInfo | ||
Résultat |
public static Decode ( byte buffer ) : |
||
buffer | byte | |
Résultat |
public static Decode ( byte buffer, |
||
buffer | byte | |
bitmapInfo | ||
Résultat |
public static Decode ( string filename ) : |
||
filename | string | |
Résultat |
public static Decode ( string filename, |
||
filename | string | |
bitmapInfo | ||
Résultat |
public static DecodeBounds ( |
||
data | ||
Résultat |
public static DecodeBounds ( |
||
stream | ||
Résultat |
public static DecodeBounds ( byte buffer ) : |
||
buffer | byte | |
Résultat |
public static DecodeBounds ( string filename ) : |
||
filename | string | |
Résultat |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Erase ( |
||
color | ||
rect | ||
Résultat | void |
public GetIndex8Color ( int x, int y ) : |
||
x | int | |
y | int | |
Résultat |
public GetPixels ( |
||
length | ||
Résultat |
public InstallPixels ( |
||
info | ||
pixels | ||
Résultat | bool |
public InstallPixels ( |
||
info | ||
pixels | ||
rowBytes | int | |
Résultat | bool |
public InstallPixels ( |
||
info | ||
pixels | ||
rowBytes | int | |
ctable | ||
Résultat | bool |
public InstallPixels ( |
||
info | ||
pixels | ||
rowBytes | int | |
ctable | ||
releaseProc | SKBitmapReleaseDelegate | |
context | object | |
Résultat | bool |
public SKBitmap ( |
||
info | ||
Résultat | System |
public SKBitmap ( |
||
info | ||
ctable | ||
Résultat | System |
public SKBitmap ( |
||
info | ||
rowBytes | int | |
Résultat | System |
public SKBitmap ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : System | ||
width | int | |
height | int | |
colorType | SKColorType | |
alphaType | SKAlphaType | |
Résultat | System |
public SKBitmap ( int width, int height, bool isOpaque = false ) : System | ||
width | int | |
height | int | |
isOpaque | bool | |
Résultat | System |
public SetColorTable ( |
||
ct | ||
Résultat | void |
public SetPixel ( int x, int y, |
||
x | int | |
y | int | |
color | ||
Résultat | void |
public SetPixels ( |
||
pixels | ||
Résultat | void |
public SetPixels ( |
||
pixels | ||
ct | ||
Résultat | void |