C# 클래스 AsterixDisplayAnalyser.WaypointMarker

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

공개 메소드들

메소드 설명
OnRender ( Graphics g ) : void
WaypointMarker ( GMap.NET.PointLatLng p, string WPT_Name_In, Font Font_To_Use_In, Brush Brush_To_Use_In ) : System

Constructor

메소드 상세

OnRender() 공개 메소드

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

WaypointMarker() 공개 메소드

Constructor
public WaypointMarker ( GMap.NET.PointLatLng p, string WPT_Name_In, Font Font_To_Use_In, Brush Brush_To_Use_In ) : System
p GMap.NET.PointLatLng The position of the marker
WPT_Name_In string
Font_To_Use_In System.Drawing.Font
Brush_To_Use_In System.Drawing.Brush
리턴 System