메소드 |
설명 |
|
CanCopyTo ( SKColorType colorType ) : bool |
|
|
Copy ( ) : SKBitmap |
|
|
Copy ( SKColorType colorType ) : SKBitmap |
|
|
CopyPixelsTo ( IntPtr dst, int dstSize, int dstRowBytes, bool preserveDstPad = false ) : bool |
|
|
CopyTo ( SKBitmap destination ) : bool |
|
|
CopyTo ( SKBitmap destination, SKColorType colorType ) : bool |
|
|
Decode ( SKCodec codec ) : SKBitmap |
|
|
Decode ( SKCodec codec, SKImageInfo bitmapInfo ) : SKBitmap |
|
|
Decode ( SKData data ) : SKBitmap |
|
|
Decode ( SKData data, SKImageInfo bitmapInfo ) : SKBitmap |
|
|
Decode ( SKStream stream ) : SKBitmap |
|
|
Decode ( SKStream stream, SKImageInfo bitmapInfo ) : SKBitmap |
|
|
Decode ( byte buffer ) : SKBitmap |
|
|
Decode ( byte buffer, SKImageInfo bitmapInfo ) : SKBitmap |
|
|
Decode ( string filename ) : SKBitmap |
|
|
Decode ( string filename, SKImageInfo bitmapInfo ) : SKBitmap |
|
|
DecodeBounds ( SKData data ) : SKImageInfo |
|
|
DecodeBounds ( SKStream stream ) : SKImageInfo |
|
|
DecodeBounds ( byte buffer ) : SKImageInfo |
|
|
DecodeBounds ( string filename ) : SKImageInfo |
|
|
Erase ( SKColor color ) : void |
|
|
Erase ( SKColor color, SKRectI rect ) : void |
|
|
GetIndex8Color ( int x, int y ) : SKColor |
|
|
GetPixel ( int x, int y ) : SKColor |
|
|
GetPixels ( ) : IntPtr |
|
|
GetPixels ( IntPtr &length ) : IntPtr |
|
|
InstallPixels ( SKImageInfo info, IntPtr pixels ) : bool |
|
|
InstallPixels ( SKImageInfo info, IntPtr pixels, int rowBytes ) : bool |
|
|
InstallPixels ( SKImageInfo info, IntPtr pixels, int rowBytes, SKColorTable ctable ) : bool |
|
|
InstallPixels ( SKImageInfo info, IntPtr pixels, int rowBytes, SKColorTable ctable, SKBitmapReleaseDelegate releaseProc, object context ) : bool |
|
|
LockPixels ( ) : void |
|
|
Reset ( ) : void |
|
|
SKBitmap ( SKImageInfo info ) : System |
|
|
SKBitmap ( SKImageInfo info, SKColorTable ctable ) : System |
|
|
SKBitmap ( SKImageInfo info, int rowBytes ) : System |
|
|
SKBitmap ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : System |
|
|
SKBitmap ( int width, int height, bool isOpaque = false ) : System |
|
|
SetColorTable ( SKColorTable ct ) : void |
|
|
SetImmutable ( ) : void |
|
|
SetPixel ( int x, int y, SKColor color ) : void |
|
|
SetPixels ( IntPtr pixels ) : void |
|
|
SetPixels ( IntPtr pixels, SKColorTable ct ) : void |
|
|
UnlockPixels ( ) : void |
|
|