C# Class Dalssoft.DiagramNet.LineElement

Inheritance: BaseElement, IControllable
Show file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Property Type Description
endCap LineCap
needCalcLine bool
point1 Point
point2 Point
startCap LineCap

Private Methods

Method Description
CalcLine ( ) : void
Draw ( Graphics g ) : void
IControllable ( ) : IController
LineElement ( Point p1, Point p2 ) : System
LineElement ( int x1, int y1, int x2, int y2 ) : System

Property Details

endCap protected property

protected LineCap endCap
return LineCap

needCalcLine protected property

protected bool needCalcLine
return bool

point1 protected property

protected Point point1
return Point

point2 protected property

protected Point point2
return Point

startCap protected property

protected LineCap startCap
return LineCap