C# Class PurplePen.ImageCourseObj

Inheritance: AspectPreservingRectCourseObj
Show file Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
imageBitmap System.Drawing.Bitmap
imageName string

Public Methods

Method 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

Protected Methods

Method Description
AddToMap ( Map map, SymDef symdef ) : void
CreateSymDef ( Map map, SymColor symColor ) : SymDef

Method Details

AddToMap() public method

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

AddToMap() protected method

protected AddToMap ( Map map, SymDef symdef ) : void
map Map
symdef SymDef
return void

CreateSymDef() protected method

protected CreateSymDef ( Map map, SymColor symColor ) : SymDef
map Map
symColor SymColor
return SymDef

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ImageCourseObj() public method

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
return System

Property Details

imageBitmap public property

public Bitmap,System.Drawing imageBitmap
return System.Drawing.Bitmap

imageName public property

public string imageName
return string