Svg.Skia Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. ShimSkiaSharp
    4. SKCanvas

    SKCanvas Class

    Definition

    Namespace ShimSkiaSharp
    Assembly ShimSkiaSharp.dll
    Inherits Object
    Implements ICloneable, IDeepCloneable<T>
    View source
    Show inherited members (7)
    • System.Object.Equals(System.Object)
    • System.Object.Equals(System.Object, System.Object)
    • System.Object.GetHashCode()
    • System.Object.GetType()
    • System.Object.MemberwiseClone()
    • System.Object.ReferenceEquals(System.Object, System.Object)
    • System.Object.ToString()
    public class SKCanvas : ICloneable, IDeepCloneable<SKCanvas>
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Properties (2)

    Commands
    TotalMatrix

    Methods (13)

    ClipPath(ClipPath, SKClipOperation, Boolean)
    ClipRect(SKRect, SKClipOperation, Boolean)
    Clone()
    DeepClone()
    DrawImage(SKImage, SKRect, SKRect, SKPaint?)
    DrawPath(SKPath, SKPaint)
    DrawText(SKTextBlob, Single, Single, SKPaint)
    DrawText(String, Single, Single, SKPaint)
    DrawTextOnPath(String, SKPath, Single, Single, SKPaint)
    Restore()
    Save()
    SaveLayer(SKPaint)
    SetMatrix(SKMatrix)

    Explicit Interface Implementation Methods (1)

    ICloneable.Clone()

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages