SKNoDrawCanvas

Undocumented in source.

Constructors

this
this(void* handle, bool owns)
Undocumented in source.
this
this(int width, int height)
Undocumented in source.

Inherited Members

From SKCanvas

DisposeNative
void DisposeNative()
Undocumented in source. Be warned that the author may not have intended to support it.
Discard
void Discard()
Undocumented in source. Be warned that the author may not have intended to support it.
QuickReject
bool QuickReject(SKRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
QuickReject
bool QuickReject(SKPath path)
Undocumented in source. Be warned that the author may not have intended to support it.
Save
int Save()
Undocumented in source. Be warned that the author may not have intended to support it.
SaveLayer
int SaveLayer(SKRect limit, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
SaveLayer
int SaveLayer(SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
SaveLayer
int SaveLayer()
Undocumented in source. Be warned that the author may not have intended to support it.
DrawColor
void DrawColor(SKColor color, SKBlendMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawLine
void DrawLine(SKPoint p0, SKPoint p1, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawLine
void DrawLine(float x0, float y0, float x1, float y1, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
Clear
void Clear()
Undocumented in source. Be warned that the author may not have intended to support it.
Clear
void Clear(SKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
Restore
void Restore()
Undocumented in source. Be warned that the author may not have intended to support it.
RestoreToCount
void RestoreToCount(int count)
Undocumented in source. Be warned that the author may not have intended to support it.
Translate
void Translate(float dx, float dy)
Undocumented in source. Be warned that the author may not have intended to support it.
Translate
void Translate(SKPoint point)
Undocumented in source. Be warned that the author may not have intended to support it.
Scale
void Scale(float s)
Undocumented in source. Be warned that the author may not have intended to support it.
Scale
void Scale(float sx, float sy)
Undocumented in source. Be warned that the author may not have intended to support it.
Scale
void Scale(SKPoint size)
Undocumented in source. Be warned that the author may not have intended to support it.
Scale
void Scale(float sx, float sy, float px, float py)
Undocumented in source. Be warned that the author may not have intended to support it.
RotateDegrees
void RotateDegrees(float degrees)
Undocumented in source. Be warned that the author may not have intended to support it.
RotateRadians
void RotateRadians(float radians)
Undocumented in source. Be warned that the author may not have intended to support it.
RotateDegrees
void RotateDegrees(float degrees, float px, float py)
Undocumented in source. Be warned that the author may not have intended to support it.
RotateRadians
void RotateRadians(float radians, float px, float py)
Undocumented in source. Be warned that the author may not have intended to support it.
Skew
void Skew(float sx, float sy)
Undocumented in source. Be warned that the author may not have intended to support it.
Skew
void Skew(SKPoint skew)
Undocumented in source. Be warned that the author may not have intended to support it.
Concat
void Concat(SKMatrix m)
Undocumented in source. Be warned that the author may not have intended to support it.
ClipRect
void ClipRect(SKRect rect, SKClipOperation operation, bool antialias)
Undocumented in source. Be warned that the author may not have intended to support it.
ClipRoundRect
void ClipRoundRect(SKRoundRect rect, SKClipOperation operation, bool antialias)
Undocumented in source. Be warned that the author may not have intended to support it.
ClipPath
void ClipPath(SKPath path, SKClipOperation operation, bool antialias)
Undocumented in source. Be warned that the author may not have intended to support it.
ClipRegion
void ClipRegion(SKRegion region, SKClipOperation operation)
Undocumented in source. Be warned that the author may not have intended to support it.
LocalClipBounds
SKRect LocalClipBounds()
Undocumented in source. Be warned that the author may not have intended to support it.
DeviceClipBounds
SKRectI DeviceClipBounds()
Undocumented in source. Be warned that the author may not have intended to support it.
IsClipEmpty
bool IsClipEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
IsClipRect
bool IsClipRect()
Undocumented in source. Be warned that the author may not have intended to support it.
GetLocalClipBounds
bool GetLocalClipBounds(SKRect bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetDeviceClipBounds
bool GetDeviceClipBounds(SKRectI bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPaint
void DrawPaint(SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawRegion
void DrawRegion(SKRegion region, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawRect
void DrawRect(float x, float y, float w, float h, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawRect
void DrawRect(SKRect rect, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawRoundRect
void DrawRoundRect(SKRoundRect rect, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawRoundRect
void DrawRoundRect(float x, float y, float w, float h, float rx, float ry, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawRoundRect
void DrawRoundRect(SKRect rect, float rx, float ry, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawRoundRect
void DrawRoundRect(SKRect rect, SKSize r, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawOval
void DrawOval(float cx, float cy, float rx, float ry, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawOval
void DrawOval(SKPoint c, SKSize r, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawOval
void DrawOval(SKRect rect, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawCircle
void DrawCircle(float cx, float cy, float radius, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawCircle
void DrawCircle(SKPoint c, float radius, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPath
void DrawPath(SKPath path, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPoints
void DrawPoints(SKPointMode mode, SKPoint[] points, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPoint
void DrawPoint(SKPoint p, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPoint
void DrawPoint(float x, float y, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPoint
void DrawPoint(SKPoint p, SKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPoint
void DrawPoint(float x, float y, SKColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawImage
void DrawImage(SKImage image, SKPoint p, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawImage
void DrawImage(SKImage image, float x, float y, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawImage
void DrawImage(SKImage image, SKRect dest, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawImage
void DrawImage(SKImage image, SKRect source, SKRect dest, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPicture
void DrawPicture(SKPicture picture, float x, float y, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPicture
void DrawPicture(SKPicture picture, SKPoint p, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPicture
void DrawPicture(SKPicture picture, SKMatrix matrix, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPicture
void DrawPicture(SKPicture picture, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawDrawable
void DrawDrawable(SKDrawable drawable, SKMatrix matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawDrawable
void DrawDrawable(SKDrawable drawable, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawDrawable
void DrawDrawable(SKDrawable drawable, SKPoint p)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawBitmap
void DrawBitmap(SKBitmap bitmap, SKPoint p, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawBitmap
void DrawBitmap(SKBitmap bitmap, float x, float y, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawBitmap
void DrawBitmap(SKBitmap bitmap, SKRect dest, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawBitmap
void DrawBitmap(SKBitmap bitmap, SKRect source, SKRect dest, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawSurface
void DrawSurface(SKSurface surface, SKPoint p, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawSurface
void DrawSurface(SKSurface surface, float x, float y, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawText
void DrawText(SKTextBlob text, float x, float y, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawText
void DrawText(string text, SKPoint p, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawText
void DrawText(string text, float x, float y, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawText
void DrawText(string text, float x, float y, SKFont font, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawText
void DrawText(byte[] text, SKPoint p, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawText
void DrawText(byte[] text, float x, float y, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawText
void DrawText(void* buffer, int length, SKPoint p, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawText
void DrawText(void* buffer, int length, float x, float y, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPositionedText
void DrawPositionedText(string text, SKPoint[] points, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPositionedText
void DrawPositionedText(byte[] text, SKPoint[] points, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPositionedText
void DrawPositionedText(void* buffer, int length, SKPoint[] points, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawTextOnPath
void DrawTextOnPath(string text, SKPath path, SKPoint offset, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawTextOnPath
void DrawTextOnPath(string text, SKPath path, float hOffset, float vOffset, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawTextOnPath
void DrawTextOnPath(string text, SKPath path, SKPoint offset, bool warpGlyphs, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawTextOnPath
void DrawTextOnPath(string text, SKPath path, SKPoint offset, bool warpGlyphs, SKFont font, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawTextOnPath
void DrawTextOnPath(byte[] text, SKPath path, SKPoint offset, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawTextOnPath
void DrawTextOnPath(byte[] text, SKPath path, float hOffset, float vOffset, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawTextOnPath
void DrawTextOnPath(void* buffer, int length, SKPath path, SKPoint offset, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawTextOnPath
void DrawTextOnPath(void* buffer, int length, SKPath path, float hOffset, float vOffset, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
Flush
void Flush()
Undocumented in source. Be warned that the author may not have intended to support it.
DrawAnnotation
void DrawAnnotation(SKRect rect, string key, SKData value)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawUrlAnnotation
void DrawUrlAnnotation(SKRect rect, SKData value)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawUrlAnnotation
SKData DrawUrlAnnotation(SKRect rect, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawNamedDestinationAnnotation
void DrawNamedDestinationAnnotation(SKPoint point, SKData value)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawNamedDestinationAnnotation
SKData DrawNamedDestinationAnnotation(SKPoint point, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawLinkDestinationAnnotation
void DrawLinkDestinationAnnotation(SKRect rect, SKData value)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawLinkDestinationAnnotation
SKData DrawLinkDestinationAnnotation(SKRect rect, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawBitmapNinePatch
void DrawBitmapNinePatch(SKBitmap bitmap, SKRectI center, SKRect dst, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawImageNinePatch
void DrawImageNinePatch(SKImage image, SKRectI center, SKRect dst, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawBitmapLattice
void DrawBitmapLattice(SKBitmap bitmap, int[] xDivs, int[] yDivs, SKRect dst, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawImageLattice
void DrawImageLattice(SKImage image, int[] xDivs, int[] yDivs, SKRect dst, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawBitmapLattice
void DrawBitmapLattice(SKBitmap bitmap, SKLattice lattice, SKRect dst, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawImageLattice
void DrawImageLattice(SKImage image, SKLattice lattice, SKRect dst, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
ResetMatrix
void ResetMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
SetMatrix
void SetMatrix(SKMatrix matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
TotalMatrix
SKMatrix TotalMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
SaveCount
int SaveCount()
Undocumented in source. Be warned that the author may not have intended to support it.
DrawVertices
void DrawVertices(SKVertexMode vmode, SKPoint[] vertices, SKColor[] colors, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawVertices
void DrawVertices(SKVertexMode vmode, SKPoint[] vertices, SKPoint[] texs, SKColor[] colors, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawVertices
void DrawVertices(SKVertexMode vmode, SKPoint[] vertices, SKPoint[] texs, SKColor[] colors, ushort[] indices, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawVertices
void DrawVertices(SKVertexMode vmode, SKPoint[] vertices, SKPoint[] texs, SKColor[] colors, SKBlendMode mode, ushort[] indices, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawVertices
void DrawVertices(SKVertices vertices, SKBlendMode mode, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawArc
void DrawArc(SKRect oval, float startAngle, float sweepAngle, bool useCenter, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawRoundRectDifference
void DrawRoundRectDifference(SKRoundRect outer, SKRoundRect inner, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawAtlas
void DrawAtlas(SKImage atlas, SKRect[] sprites, SKRotationScaleMatrix[] transforms, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawAtlas
void DrawAtlas(SKImage atlas, SKRect[] sprites, SKRotationScaleMatrix[] transforms, SKColor[] colors, SKBlendMode mode, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawAtlas
void DrawAtlas(SKImage atlas, SKRect[] sprites, SKRotationScaleMatrix[] transforms, SKColor[] colors, SKBlendMode mode, SKRect cullRect, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPatch
void DrawPatch(SKPoint[] cubics, SKColor[] colors, SKPoint[] texCoords, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawPatch
void DrawPatch(SKPoint[] cubics, SKColor[] colors, SKPoint[] texCoords, SKBlendMode mode, SKPaint paint)
Undocumented in source. Be warned that the author may not have intended to support it.
GetObject
SKCanvas GetObject(void* handle, bool owns, bool unrefExisting)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta