Show / Hide Table of Contents

    Class StackedLabelProvider

    Inheritance
    System.Object
    StackedLabelProvider
    Implements
    IProvider
    Inherited Members
    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()
    Namespace: Mapsui.Providers
    Assembly: Mapsui.dll
    Syntax
    public class StackedLabelProvider : IProvider

    Constructors

    | Improve this Doc View Source

    StackedLabelProvider(IProvider, LabelStyle, Pen, Brush)

    Declaration
    public StackedLabelProvider(IProvider provider, LabelStyle labelStyle, Pen rectangleLine = null, Brush rectangleFill = null)
    Parameters
    Type Name Description
    IProvider provider
    LabelStyle labelStyle
    Pen rectangleLine
    Brush rectangleFill

    Properties

    | Improve this Doc View Source

    CRS

    Declaration
    public string CRS { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetExtents()

    Declaration
    public BoundingBox GetExtents()
    Returns
    Type Description
    BoundingBox
    | Improve this Doc View Source

    GetFeaturesInView(BoundingBox, Double)

    Declaration
    public IEnumerable<IFeature> GetFeaturesInView(BoundingBox box, double resolution)
    Parameters
    Type Name Description
    BoundingBox box
    System.Double resolution
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IFeature>

    Implements

    IProvider
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX