C# Class MapAround.UI.LegendElement

Represents a legent element.
ファイルを表示 Open project: gkrsu/maparound.core Class Usage Examples

Public Methods

Method Description
LegendElement ( Image image, string label ) : System

Initializes a new instance of MapAround.UI.LegendElement.

Method Details

LegendElement() public method

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
return System