C# 클래스 gmap.demo.winform.GMapRouteExtension

상속: GMapRoute
파일 보기 프로젝트 열기: SuperMap/iClient-DotNet-Example 1 사용 예제들

공개 메소드들

메소드 설명
GMapRouteExtension ( List points, string name ) : System
GMapRouteExtension ( string name, List points, Color strokeColor, float strokeWidth, bool showNode ) : System
OnRender ( System g ) : void

메소드 상세

GMapRouteExtension() 공개 메소드

public GMapRouteExtension ( List points, string name ) : System
points List
name string
리턴 System

GMapRouteExtension() 공개 메소드

public GMapRouteExtension ( string name, List points, Color strokeColor, float strokeWidth, bool showNode ) : System
name string
points List
strokeColor Color
strokeWidth float
showNode bool
리턴 System

OnRender() 공개 메소드

public OnRender ( System g ) : void
g System
리턴 void