C# 클래스 PurplePen.StartCourseObj

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

공개 메소드들

메소드 설명
Highlight ( Graphics g, Matrix xformWorldToPixel, Brush brush, bool erasing ) : void
StartCourseObj ( Id controlId, Id courseControlId, float scaleRatio, CourseAppearance appearance, float orientation, PointF location, CrossHairOptions crossHairOptions ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
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

StartCourseObj() 공개 메소드

public StartCourseObj ( Id controlId, Id courseControlId, float scaleRatio, CourseAppearance appearance, float orientation, PointF location, CrossHairOptions crossHairOptions ) : System
controlId Id
courseControlId Id
scaleRatio float
appearance CourseAppearance
orientation float
location System.Drawing.PointF
crossHairOptions CrossHairOptions
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string