메소드 |
설명 |
|
Clear ( ) : void |
|
|
Clear ( SKColor color ) : void |
|
|
ClipPath ( SKPath path, SKClipOperation operation = SKClipOperation.Intersect, bool antialias = false ) : void |
|
|
ClipRect ( SKRect rect, SKClipOperation operation = SKClipOperation.Intersect, bool antialias = false ) : void |
|
|
ClipRegion ( SKRegion region, SKClipOperation operation = SKClipOperation.Intersect ) : void |
|
|
Concat ( SKMatrix &m ) : void |
|
|
DrawBitmap ( SKBitmap bitmap, SKRect dest, SKPaint paint = null ) : void |
|
|
DrawBitmap ( SKBitmap bitmap, SKRect source, SKRect dest, SKPaint paint = null ) : void |
|
|
DrawBitmap ( SKBitmap bitmap, float x, float y, SKPaint paint = null ) : void |
|
|
DrawBitmapLattice ( SKBitmap bitmap, SKLattice lattice, SKRect dst, SKPaint paint = null ) : void |
|
|
DrawBitmapLattice ( SKBitmap bitmap, int xDivs, int yDivs, SKRect dst, SKPaint paint = null ) : void |
|
|
DrawBitmapNinePatch ( SKBitmap bitmap, SKRectI center, SKRect dst, SKPaint paint = null ) : void |
|
|
DrawCircle ( float cx, float cy, float radius, SKPaint paint ) : void |
|
|
DrawColor ( SKColor color, SKBlendMode mode = SKBlendMode.Src ) : void |
|
|
DrawImage ( SKImage image, SKRect dest, SKPaint paint = null ) : void |
|
|
DrawImage ( SKImage image, SKRect source, SKRect dest, SKPaint paint = null ) : void |
|
|
DrawImage ( SKImage image, float x, float y, SKPaint paint = null ) : void |
|
|
DrawImageLattice ( SKImage image, SKLattice lattice, SKRect dst, SKPaint paint = null ) : void |
|
|
DrawImageLattice ( SKImage image, int xDivs, int yDivs, SKRect dst, SKPaint paint = null ) : void |
|
|
DrawImageNinePatch ( SKImage image, SKRectI center, SKRect dst, SKPaint paint = null ) : void |
|
|
DrawLine ( float x0, float y0, float x1, float y1, SKPaint paint ) : void |
|
|
DrawOval ( SKRect rect, SKPaint paint ) : void |
|
|
DrawOval ( float cx, float cy, float rx, float ry, SKPaint paint ) : void |
|
|
DrawPaint ( SKPaint paint ) : void |
|
|
DrawPath ( SKPath path, SKPaint paint ) : void |
|
|
DrawPicture ( SKPicture picture, SKMatrix &matrix, SKPaint paint = null ) : void |
|
|
DrawPicture ( SKPicture picture, SKPaint paint = null ) : void |
|
|
DrawPoint ( float x, float y, SKColor color ) : void |
|
|
DrawPoint ( float x, float y, SKPaint paint ) : void |
|
|
DrawPoints ( SKPointMode mode, SKPoint points, SKPaint paint ) : void |
|
|
DrawPositionedText ( IntPtr buffer, int length, SKPoint points, SKPaint paint ) : void |
|
|
DrawPositionedText ( string text, SKPoint points, SKPaint paint ) : void |
|
|
DrawRect ( SKRect rect, SKPaint paint ) : void |
|
|
DrawRegion ( SKRegion region, SKPaint paint ) : void |
|
|
DrawRoundRect ( SKRect rect, float rx, float ry, SKPaint paint ) : void |
|
|
DrawText ( IntPtr buffer, int length, SKPath path, float hOffset, float vOffset, SKPaint paint ) : void |
|
|
DrawText ( IntPtr buffer, int length, float x, float y, SKPaint paint ) : void |
|
|
DrawText ( string text, SKPath path, float hOffset, float vOffset, SKPaint paint ) : void |
|
|
DrawText ( string text, float x, float y, SKPaint paint ) : void |
|
|
Flush ( ) : void |
|
|
GetClipBounds ( SKRect &bounds ) : bool |
|
|
GetClipDeviceBounds ( SKRectI &bounds ) : bool |
|
|
QuickReject ( SKPath path ) : bool |
|
|
QuickReject ( SKRect rect ) : bool |
|
|
ResetMatrix ( ) : void |
|
|
Restore ( ) : void |
|
|
RestoreToCount ( int count ) : void |
|
|
RotateDegrees ( float degrees ) : void |
|
|
RotateDegrees ( float degrees, float px, float py ) : void |
|
|
RotateRadians ( float radians ) : void |
|
|
RotateRadians ( float radians, float px, float py ) : void |
|
|
SKCanvas ( SKBitmap bitmap ) : System |
|
|
Save ( ) : int |
|
|
SaveLayer ( SKPaint paint ) : int |
|
|
SaveLayer ( SKRect limit, SKPaint paint ) : int |
|
|
Scale ( SKPoint size ) : void |
|
|
Scale ( float s ) : void |
|
|
Scale ( float sx, float sy ) : void |
|
|
Scale ( float sx, float sy, float px, float py ) : void |
|
|
SetMatrix ( SKMatrix matrix ) : void |
|
|
Skew ( SKPoint skew ) : void |
|
|
Skew ( float sx, float sy ) : void |
|
|
Translate ( SKPoint point ) : void |
|
|
Translate ( float dx, float dy ) : void |
|
|