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