C# 클래스 MissionPlanner.GMapMarkerADSBPlane

상속: GMap.NET.WindowsForms.GMapMarker
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 프로퍼티들

프로퍼티 타입 설명
AlertLevel AlertLevelOptions
heading float

공개 메소드들

메소드 설명
GMapMarkerADSBPlane ( GMap.NET.PointLatLng p, float heading, AlertLevelOptions alert = AlertLevelOptions.Green ) : System
OnRender ( Graphics g ) : void

메소드 상세

GMapMarkerADSBPlane() 공개 메소드

public GMapMarkerADSBPlane ( GMap.NET.PointLatLng p, float heading, AlertLevelOptions alert = AlertLevelOptions.Green ) : System
p GMap.NET.PointLatLng
heading float
alert AlertLevelOptions
리턴 System

OnRender() 공개 메소드

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

프로퍼티 상세

AlertLevel 공개적으로 프로퍼티

public AlertLevelOptions AlertLevel
리턴 AlertLevelOptions

heading 공개적으로 프로퍼티

public float heading
리턴 float