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

    On this page

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

    SKPath 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 SKPath : ICloneable, IDeepCloneable<SKPath>
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (1)

    SKPath()

    Properties (4)

    Bounds
    Commands
    FillType
    IsEmpty

    Methods (13)

    AddCircle(Single, Single, Single)
    AddOval(SKRect)
    AddPoly(SKPoint[], Boolean)
    AddRect(SKRect)
    AddRoundRect(SKRect, Single, Single)
    ArcTo(Single, Single, Single, SKPathArcSize, SKPathDirection, Single, Single)
    Clone()
    Close()
    CubicTo(Single, Single, Single, Single, Single, Single)
    DeepClone()
    LineTo(Single, Single)
    MoveTo(Single, Single)
    QuadTo(Single, Single, Single, Single)

    Extensions (4)

    ToGeometry(SKPath, Boolean)
    Transform(SKPath, SKMatrix)
    UpdateCommands(SKPath, Func<PathCommand, Boolean>, Func<PathCommand, PathCommand>)
    ToSKPath(SKPath, SkiaCSharpCodeGenCounter, StringBuilder, String)

    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