C# Class PurplePen.RectSpecialCourseObj

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

Méthodes publiques

Свойство Type Description
color SpecialColor
cornerRadius float
dashSize float
gapSize float
lineKind LineKind
lineWidth float

Private Properties

Свойство Type Description
CreateSymPath SymPath

Méthodes publiques

Méthode Description
DistanceFromPoint ( PointF pt ) : double
Equals ( object obj ) : bool
GetHashCode ( ) : int
Highlight ( Graphics g, Matrix xformWorldToPixel, Brush brush, bool erasing ) : void
RectSpecialCourseObj ( Id specialId, CourseAppearance appearance, SpecialColor color, LineKind lineKind, float lineWidth, float cornerRadius, float gapSize, float dashSize, RectangleF rect ) : System
ToString ( ) : string

Méthodes protégées

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

Private Methods

Méthode Description
CreateSymPath ( ) : SymPath

Method Details

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

DistanceFromPoint() public méthode

public DistanceFromPoint ( PointF pt ) : double
pt System.Drawing.PointF
Résultat double

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

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

RectSpecialCourseObj() public méthode

public RectSpecialCourseObj ( Id specialId, CourseAppearance appearance, SpecialColor color, LineKind lineKind, float lineWidth, float cornerRadius, float gapSize, float dashSize, RectangleF rect ) : System
specialId Id
appearance CourseAppearance
color SpecialColor
lineKind LineKind
lineWidth float
cornerRadius float
gapSize float
dashSize float
rect System.Drawing.RectangleF
Résultat System

SymDefKey() protected méthode

protected SymDefKey ( ) : object
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

color public_oe property

public SpecialColor,PurplePen color
Résultat SpecialColor

cornerRadius public_oe property

public float cornerRadius
Résultat float

dashSize public_oe property

public float dashSize
Résultat float

gapSize public_oe property

public float gapSize
Résultat float

lineKind public_oe property

public LineKind lineKind
Résultat LineKind

lineWidth public_oe property

public float lineWidth
Résultat float