MindFusion.Mapping Programmer's Guide

Layer(TColor, TPalette) Class

See Also
 






Represents a map layer.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public abstract class Layer<TColor, TPalette> : INotifyPropertyChanged where TPalette : IPalette<TColor>

Visual Basic  Copy Code

Public MustInherit Class Layer(Of TColor, TPalette As IPalette(Of TColor))
    Implements INotifyPropertyChanged

 Inheritance Hierarchy

System.Object
    MindFusion.Mapping.Layer(TColor, TPalette)
        MindFusion.Mapping.DecorationLayerBase(TColor, TPalette)
        MindFusion.Mapping.MapLayerBase(TColor, TPalette)

 See Also