MindFusion.Mapping Programmer's Guide

DecorationLayerBase(TColor, TPalette) Class

See Also
 






Represents a layer containing decorative elements.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Inheritance Hierarchy

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

 See Also