C# Class PurplePen.StartCourseObj

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

CreateSymDef() protected méthode

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

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

StartCourseObj() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string