C# Class PurplePen.FirstAidCourseObj

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

Public Methods

Method Description
FirstAidCourseObj ( Id specialId, float scaleRatio, CourseAppearance appearance, PointF location ) : System
Highlight ( Graphics g, Matrix xformWorldToPixel, Brush brush, bool erasing ) : void

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

FirstAidCourseObj() public method

public FirstAidCourseObj ( Id specialId, float scaleRatio, CourseAppearance appearance, PointF location ) : System
specialId Id
scaleRatio float
appearance CourseAppearance
location System.Drawing.PointF
return System

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