C# Class PurplePen.StartCourseObj

Inheritance: PointCourseObj
Show file Open project: petergolde/PurplePen Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
CreateSymDef ( Map map, SymColor symColor ) : SymDef

Method Details

CreateSymDef() protected method

protected CreateSymDef ( Map map, SymColor symColor ) : SymDef
map Map
symColor SymColor
return SymDef

Highlight() public method

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

StartCourseObj() public method

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
return System

ToString() public method

public ToString ( ) : string
return string