MindFusion.Wpf Pack Programmer's Guide
MapLayerBase(TColor, TPalette) Class
See Also
 





Represents a map layer containing geometric shapes.

Namespace: MindFusion.Mapping
Assembly: 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.Wpf.MapLayer

 See Also

MapLayerBase(TColor, TPalette) Members
MindFusion.Mapping Namespace