C# Class PurplePen.WaterCourseObj

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

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

WaterCourseObj() public méthode

public WaterCourseObj ( Id specialId, float scaleRatio, CourseAppearance appearance, PointF location ) : System
specialId Id
scaleRatio float
appearance CourseAppearance
location System.Drawing.PointF
Résultat System