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
See Also
|