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

    On this page

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

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

    Properties (20)

    BlendMode
    Color
    ColorFilter
    FilterQuality
    ImageFilter
    IsAntialias
    IsDither
    LcdRenderText
    PathEffect
    Shader
    StrokeCap
    StrokeJoin
    StrokeMiter
    StrokeWidth
    Style
    SubpixelText
    TextAlign
    TextEncoding
    TextSize
    Typeface

    Methods (2)

    Clone()
    DeepClone()

    Extensions (5)

    ToBrushAndPen(SKPaint, SKRect)
    ToFormattedText(SKPaint, String, IBrush?)
    ApplyColorTransform(SKPaint, Func<SKColor, SKColor>)
    ApplyShaderTransform(SKPaint, Func<SKShader, SKShader>)
    ToSKPaint(SKPaint, 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