C# Class Dalssoft.DiagramNet.LineController

This class is the controller for LineElement
Inheritance: IController
Mostra file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Property Type Description
el LineElement

Public Methods

Method Description
DrawSelection ( Graphics g ) : void
HitTest ( Point p ) : bool
HitTest ( Rectangle r ) : bool
LineController ( LineElement element ) : System

Method Details

DrawSelection() public method

public DrawSelection ( Graphics g ) : void
g System.Drawing.Graphics
return void

HitTest() public method

public HitTest ( Point p ) : bool
p Point
return bool

HitTest() public method

public HitTest ( Rectangle r ) : bool
r System.Drawing.Rectangle
return bool

LineController() public method

public LineController ( LineElement element ) : System
element LineElement
return System

Property Details

el protected_oe property

protected LineElement,Dalssoft.DiagramNet el
return LineElement