C# 클래스 GMap.NET.GMapMarkerTile

상속: GMap.NET.WindowsForms.GMapMarker
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
GMapMarkerTile ( GMap.NET.PointLatLng p, int size ) : System.Collections.Generic
OnRender ( Graphics g ) : void

메소드 상세

GMapMarkerTile() 공개 메소드

public GMapMarkerTile ( GMap.NET.PointLatLng p, int size ) : System.Collections.Generic
p GMap.NET.PointLatLng
size int
리턴 System.Collections.Generic

OnRender() 공개 메소드

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