C# 클래스 MapAround.UI.LegendElement

Represents a legent element.
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
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