C# Class PurplePen.ImageCourseObj

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

Méthodes publiques

Свойство Type Description
imageBitmap System.Drawing.Bitmap
imageName string

Méthodes publiques

Méthode Description
AddToMap ( Map map, SymColor symColor, SymDef>.Dictionary dict ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
ImageCourseObj ( Id specialId, float scaleRatio, CourseAppearance appearance, PointF locations, string imageName, Bitmap imageBitmap ) : System

Méthodes protégées

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

Method Details

AddToMap() public méthode

public AddToMap ( Map map, SymColor symColor, SymDef>.Dictionary dict ) : void
map Map
symColor SymColor
dict SymDef>.Dictionary
Résultat void

AddToMap() protected méthode

protected AddToMap ( Map map, SymDef symdef ) : void
map Map
symdef SymDef
Résultat void

CreateSymDef() protected méthode

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

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ImageCourseObj() public méthode

public ImageCourseObj ( Id specialId, float scaleRatio, CourseAppearance appearance, PointF locations, string imageName, Bitmap imageBitmap ) : System
specialId Id
scaleRatio float
appearance CourseAppearance
locations System.Drawing.PointF
imageName string
imageBitmap System.Drawing.Bitmap
Résultat System

Property Details

imageBitmap public_oe property

public Bitmap,System.Drawing imageBitmap
Résultat System.Drawing.Bitmap

imageName public_oe property

public string imageName
Résultat string