C# Class PurplePen.ForbiddenCourseObj

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

Méthodes publiques

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

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

ForbiddenCourseObj() public méthode

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