C# Class Dalssoft.DiagramNet.LineController

This class is the controller for LineElement
Inheritance: IController
Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Свойство Type Description
el LineElement

Méthodes publiques

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

Method Details

DrawSelection() public méthode

public DrawSelection ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

HitTest() public méthode

public HitTest ( Point p ) : bool
p Point
Résultat bool

HitTest() public méthode

public HitTest ( Rectangle r ) : bool
r System.Drawing.Rectangle
Résultat bool

LineController() public méthode

public LineController ( LineElement element ) : System
element LineElement
Résultat System

Property Details

el protected_oe property

protected LineElement,Dalssoft.DiagramNet el
Résultat LineElement