Search Results for

    Show / Hide Table of Contents

    Class SkCanvasExtensions

    Inheritance
    object
    SkCanvasExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering.Skia.Extensions
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public static class SkCanvasExtensions

    Methods

    | Edit this page View Source

    DrawPath(SKCanvas, CacheTracker<SKPath>, CacheTracker<SKPaint>)

    Declaration
    public static void DrawPath(this SKCanvas canvas, CacheTracker<SKPath> path, CacheTracker<SKPaint> paint)
    Parameters
    Type Name Description
    SKCanvas canvas
    CacheTracker<SKPath> path
    CacheTracker<SKPaint> paint
    | Edit this page View Source

    DrawRect(SKCanvas, SKRect, CacheTracker<SKPaint>)

    Declaration
    public static void DrawRect(this SKCanvas canvas, SKRect rect, CacheTracker<SKPaint> paint)
    Parameters
    Type Name Description
    SKCanvas canvas
    SKRect rect
    CacheTracker<SKPaint> paint
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX