Search Results for

    Show / Hide Table of Contents

    Class VectorCache

    Inheritance
    object
    VectorCache
    Implements
    IVectorCache
    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.Cache
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public class VectorCache : IVectorCache

    Constructors

    | Edit this page View Source

    VectorCache(ISymbolCache, int)

    Declaration
    public VectorCache(ISymbolCache symbolCache, int capacity)
    Parameters
    Type Name Description
    ISymbolCache symbolCache
    int capacity

    Methods

    | Edit this page View Source

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

    Declaration
    public 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
    public 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
    public 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

    Implements

    IVectorCache
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX