C# 클래스 MissionPlanner.GMapMarkerLanding

상속: GMarkerGoogle
파일 보기 프로젝트 열기: Event38/MissionPlanner

공개 프로퍼티들

프로퍼티 타입 설명
selected bool

공개 메소드들

메소드 설명
GMapMarkerLanding ( GMap.NET.PointLatLng p, string wpno, Bitmap icon ) : System
OnRender ( Graphics g ) : void

메소드 상세

GMapMarkerLanding() 공개 메소드

public GMapMarkerLanding ( GMap.NET.PointLatLng p, string wpno, Bitmap icon ) : System
p GMap.NET.PointLatLng
wpno string
icon System.Drawing.Bitmap
리턴 System

OnRender() 공개 메소드

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

프로퍼티 상세

selected 공개적으로 프로퍼티

public bool selected
리턴 bool