Search Results for

    Show / Hide Table of Contents

    Class PenStyleExtension

    Inheritance
    object
    PenStyleExtension
    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 PenStyleExtension

    Methods

    | Edit this page View Source

    ToSkia(PenStyle, float, float[]?, float)

    Declaration
    public static SKPathEffect ToSkia(this PenStyle penStyle, float width, float[]? dashArray = null, float dashOffset = 0)
    Parameters
    Type Name Description
    PenStyle penStyle
    float width
    float[] dashArray
    float dashOffset
    Returns
    Type Description
    SKPathEffect
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX