예제 #1
0
 public GMapMarkerADSBPlane(PointLatLng p, float heading, AlertLevelOptions alert = AlertLevelOptions.Green)
     : base(p)
 {
     this.AlertLevel = alert;
     this.heading    = heading;
     Size            = icong.Size;
 }
예제 #2
0
 public GMapMarkerADSBPlane(PointLatLng p, float heading, AlertLevelOptions alert = AlertLevelOptions.Green)
     : base(p)
 {
     this.AlertLevel = alert;
     this.heading    = heading;
     Size            = icong.Size;
     Offset          = new Point(Size.Width / -2, Size.Height / -2);
 }
예제 #3
0
 public GMapMarkerADSBPlane(PointLatLng p, float heading, AlertLevelOptions alert = AlertLevelOptions.Green)
     : base(p)
 {
     this.AlertLevel = alert;
     this.heading = heading;
     Size = icong.Size;
 }