C# Class PurplePen.SelectingRectangleCourseObj

Inheritance: RectCourseObj
ファイルを表示 Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
showHandles bool

Public Methods

Method Description
Equals ( object obj ) : bool
GetHandles ( ) : System.Drawing.PointF[]
GetHashCode ( ) : int
SelectingRectangleCourseObj ( RectangleF rect ) : System

Protected Methods

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

Method Details

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

GetHandles() public method

public GetHandles ( ) : System.Drawing.PointF[]
return System.Drawing.PointF[]

GetHashCode() public method

public GetHashCode ( ) : int
return int

SelectingRectangleCourseObj() public method

public SelectingRectangleCourseObj ( RectangleF rect ) : System
rect System.Drawing.RectangleF
return System

Property Details

showHandles public_oe property

public bool showHandles
return bool