C# Класс MapAround.UI.LegendElement

Represents a legent element.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LegendElement ( Image image, string label ) : System

Initializes a new instance of MapAround.UI.LegendElement.

Описание методов

LegendElement() публичный Метод

Initializes a new instance of MapAround.UI.LegendElement.
public LegendElement ( Image image, string label ) : System
image Image A System.Drawing.Image instance containing the image of element
label string A label of the element
Результат System