C# 클래스 AsterixDisplayAnalyser.GMapMarkerImage

상속: GMap.NET.WindowsForms.GMapMarker
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 메소드들

메소드 설명
GMapMarkerImage ( GMap.NET.PointLatLng p, Image image ) : System

Constructor

OnRender ( Graphics g ) : void

메소드 상세

GMapMarkerImage() 공개 메소드

Constructor
public GMapMarkerImage ( GMap.NET.PointLatLng p, Image image ) : System
p GMap.NET.PointLatLng The position of the marker
image Image
리턴 System

OnRender() 공개 메소드

public OnRender ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void