C# 클래스 PurplePen.ForbiddenCourseObj

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

CreateSymDef() 보호된 메소드

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

ForbiddenCourseObj() 공개 메소드

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

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