ASP.NET Pack Programmer's Guide
MapLayerBase(TColor, TPalette) Class
See Also
 





Represents a map layer containing geometric shapes.

Namespace: MindFusion.Mapping
Package: MindFusion.Mapping

 Syntax

C#  Copy Code

public class MapLayerBase<TColor, TPalette> : Layer<TColor, TPalette> where TPalette : IPalette<TColor>

Visual Basic  Copy Code

Public Class MapLayerBase(Of TColor, TPalette As IPalette(Of TColor))
    Inherits Layer(Of TColor, TPalette)

 Inheritance Hierarchy

System.Object
    MindFusion.Mapping.Layer(TColor, TPalette)
        MindFusion.Mapping.MapLayerBase(TColor, TPalette)
            MindFusion.Mapping.WebForms.MapLayer
            MindFusion.Mapping.WebForms.StreetMapLayer
            MindFusion.Mapping.WebForms.MapLayer
            MindFusion.Mapping.WebForms.StreetMapLayer

 See Also

MapLayerBase(TColor, TPalette) Members
MindFusion.Mapping Namespace