C# Class PurplePen.CrossingCourseObj

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

Public Methods

Method Description
ChangeOrientation ( float newOrientation ) : void
CrossingCourseObj ( Id controlId, Id courseControlId, Id specialId, float scaleRatio, CourseAppearance appearance, float orientation, PointF location ) : System
Highlight ( Graphics g, Matrix xformWorldToPixel, Brush brush, bool erasing ) : void
ToString ( ) : string

Protected Methods

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

Private Methods

Method Description
GetPaths ( SymPath &path1, SymPath &path2 ) : void

Method Details

ChangeOrientation() public method

public ChangeOrientation ( float newOrientation ) : void
newOrientation float
return void

CreateSymDef() protected method

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

CrossingCourseObj() public method

public CrossingCourseObj ( Id controlId, Id courseControlId, Id specialId, float scaleRatio, CourseAppearance appearance, float orientation, PointF location ) : System
controlId Id
courseControlId Id
specialId Id
scaleRatio float
appearance CourseAppearance
orientation float
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

ToString() public method

public ToString ( ) : string
return string