C# Class PurplePen.CrossingCourseObj

Inheritance: PointCourseObj
Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateSymDef ( Map map, SymColor symColor ) : SymDef

Private Methods

Méthode Description
GetPaths ( SymPath &path1, SymPath &path2 ) : void

Method Details

ChangeOrientation() public méthode

public ChangeOrientation ( float newOrientation ) : void
newOrientation float
Résultat void

CreateSymDef() protected méthode

protected CreateSymDef ( Map map, SymColor symColor ) : SymDef
map Map
symColor SymColor
Résultat SymDef

CrossingCourseObj() public méthode

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
Résultat System

Highlight() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string