Search Results for

    Show / Hide Table of Contents

    Interface IVectorCache

    Namespace: Mapsui.Rendering
    Assembly: Mapsui.dll
    Syntax
    public interface IVectorCache

    Methods

    | Edit this page View Source

    GetOrCreatePaint<T>(Brush?, float, double, Func<Brush?, float, double, ISymbolCache, T>)

    Declaration
    T GetOrCreatePaint<T>(Brush? brush, float opacity, double rotation, Func<Brush?, float, double, ISymbolCache, T> toPaint) where T : class
    Parameters
    Type Name Description
    Brush brush
    float opacity
    double rotation
    Func<Brush, float, double, ISymbolCache, T> toPaint
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    GetOrCreatePaint<T>(Pen?, float, Func<Pen?, float, T>)

    Declaration
    T GetOrCreatePaint<T>(Pen? pen, float opacity, Func<Pen?, float, T> toPaint) where T : class
    Parameters
    Type Name Description
    Pen pen
    float opacity
    Func<Pen, float, T> toPaint
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    GetOrCreatePath<TPath, TGeometry>(Viewport, TGeometry, float, Func<TGeometry, Viewport, float, TPath>)

    Declaration
    TPath GetOrCreatePath<TPath, TGeometry>(Viewport viewport, TGeometry geometry, float lineWidth, Func<TGeometry, Viewport, float, TPath> toPath) where TPath : class where TGeometry : class
    Parameters
    Type Name Description
    Viewport viewport
    TGeometry geometry
    float lineWidth
    Func<TGeometry, Viewport, float, TPath> toPath
    Returns
    Type Description
    TPath
    Type Parameters
    Name Description
    TPath
    TGeometry
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX