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

    On this page

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

    SKPicture Class

    Definition

    Namespace ShimSkiaSharp
    Assembly ShimSkiaSharp.dll
    Inherits Object
    Implements IDeepCloneable<T>, IEquatable<SKPicture>
    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 record SKPicture(SKRect CullRect, IList<CanvasCommand>? Commands) : IDeepCloneable<SKPicture>, IEquatable<SKPicture>
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (1)

    SKPicture(SKRect, IList<CanvasCommand>?)

    Properties (2)

    Commands
    CullRect

    Methods (1)

    DeepClone()

    Extensions (5)

    FindCommands<TCommand>(SKPicture)
    ReplaceCommands(SKPicture, Func<CanvasCommand, CanvasCommand?>)
    UpdatePaints(SKPicture, Func<SKPaint, Boolean>, Action<SKPaint>, EditMode)
    UpdatePaths(SKPicture, Func<SKPath, Boolean>, Action<SKPath>, EditMode)
    ToSKPicture(SKPicture?, SkiaCSharpCodeGenCounter, StringBuilder, String)

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