Method | 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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
SKBitmap ( ) : System | ||
SKBitmap ( |
||
SKBitmapReleaseInternal ( |
public CanCopyTo ( SKColorType colorType ) : bool | ||
colorType | SKColorType | |
return | bool |
public Copy ( SKColorType colorType ) : |
||
colorType | SKColorType | |
return |
public CopyPixelsTo ( |
||
dst | ||
dstSize | int | |
dstRowBytes | int | |
preserveDstPad | bool | |
return | bool |
public CopyTo ( |
||
destination | ||
return | bool |
public CopyTo ( |
||
destination | ||
colorType | SKColorType | |
return | bool |
public static Decode ( |
||
codec | ||
return |
public static Decode ( |
||
codec | ||
bitmapInfo | ||
return |
public static Decode ( |
||
data | ||
return |
public static Decode ( |
||
data | ||
bitmapInfo | ||
return |
public static Decode ( |
||
stream | ||
return |
public static Decode ( |
||
stream | ||
bitmapInfo | ||
return |
public static Decode ( byte buffer ) : |
||
buffer | byte | |
return |
public static Decode ( byte buffer, |
||
buffer | byte | |
bitmapInfo | ||
return |
public static Decode ( string filename ) : |
||
filename | string | |
return |
public static Decode ( string filename, |
||
filename | string | |
bitmapInfo | ||
return |
public static DecodeBounds ( |
||
data | ||
return |
public static DecodeBounds ( |
||
stream | ||
return |
public static DecodeBounds ( byte buffer ) : |
||
buffer | byte | |
return |
public static DecodeBounds ( string filename ) : |
||
filename | string | |
return |
public Erase ( |
||
color | ||
rect | ||
return | void |
public GetIndex8Color ( int x, int y ) : |
||
x | int | |
y | int | |
return |
public GetPixels ( |
||
length | ||
return |
public InstallPixels ( |
||
info | ||
pixels | ||
return | bool |
public InstallPixels ( |
||
info | ||
pixels | ||
rowBytes | int | |
return | bool |
public InstallPixels ( |
||
info | ||
pixels | ||
rowBytes | int | |
ctable | ||
return | bool |
public InstallPixels ( |
||
info | ||
pixels | ||
rowBytes | int | |
ctable | ||
releaseProc | SKBitmapReleaseDelegate | |
context | object | |
return | bool |
public SKBitmap ( |
||
info | ||
return | System |
public SKBitmap ( |
||
info | ||
ctable | ||
return | System |
public SKBitmap ( |
||
info | ||
rowBytes | int | |
return | System |
public SKBitmap ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : System | ||
width | int | |
height | int | |
colorType | SKColorType | |
alphaType | SKAlphaType | |
return | System |
public SKBitmap ( int width, int height, bool isOpaque = false ) : System | ||
width | int | |
height | int | |
isOpaque | bool | |
return | System |
public SetColorTable ( |
||
ct | ||
return | void |
public SetPixel ( int x, int y, |
||
x | int | |
y | int | |
color | ||
return | void |
public SetPixels ( |
||
pixels | ||
return | void |
public SetPixels ( |
||
pixels | ||
ct | ||
return | void |