C# 클래스 PurplePen.WaterCourseObj

상속: PointCourseObj
파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 메소드들

메소드 설명
Highlight ( Graphics g, Matrix xformWorldToPixel, Brush brush, bool erasing ) : void
WaterCourseObj ( Id specialId, float scaleRatio, CourseAppearance appearance, PointF location ) : System

보호된 메소드들

메소드 설명
CreateSymDef ( Map map, SymColor symColor ) : SymDef

메소드 상세

CreateSymDef() 보호된 메소드

protected CreateSymDef ( Map map, SymColor symColor ) : SymDef
map Map
symColor SymColor
리턴 SymDef

Highlight() 공개 메소드

public Highlight ( Graphics g, Matrix xformWorldToPixel, Brush brush, bool erasing ) : void
g System.Drawing.Graphics
xformWorldToPixel Matrix
brush System.Drawing.Brush
erasing bool
리턴 void

WaterCourseObj() 공개 메소드

public WaterCourseObj ( Id specialId, float scaleRatio, CourseAppearance appearance, PointF location ) : System
specialId Id
scaleRatio float
appearance CourseAppearance
location System.Drawing.PointF
리턴 System