Property | Type | Description | |
---|---|---|---|
TextMargin | Size |
Property | Type | Description | |
---|---|---|---|
AddEndSegment | void | ||
AddInnerSegment | FlowDirection | ||
AddStartSegment | FlowDirection | ||
AutoRoute | void | ||
BendPointDoubleClicked | bool | ||
BendPointPressed | bool | ||
ClearBendPoints | void | ||
Deserialize | void | ||
DoubleClicked | void | ||
DrawCaps | void | ||
DrawLabel | void | ||
DrawLine | void | ||
EndShapeResizing | void | ||
GetBendPoint | |||
GetEndCapArea | |||
GetLabelArea | |||
GetLineCenter | |||
GetNextNextPoint | Point | ||
GetRouteArea | |||
GetStartCapArea | |||
MouseMoved | void | ||
MousePressed | void | ||
MouseUpped | void | ||
Picked | bool | ||
Picked | bool | ||
RecalculateOrientations | void | ||
RelocateAutoBendPoints | void | ||
RerouteFromBendPoints | void | ||
Serialize | void | ||
ShapeMoving | void | ||
ShowPropertiesDialog | void | ||
StartShapeResizing | void |
Method | Description | |
---|---|---|
Draw ( IGraphics g, bool onScreen, Style style ) : void | ||
InitOrientations ( ) : void | ||
ToString ( ) : string | ||
ValidatePosition ( int padding ) : void |
Method | Description | |
---|---|---|
CalculateDrawingArea ( Style style, bool printing, float zoom ) : |
||
CloneRelationship ( IDiagram diagram, |
||
Connection ( |
||
DrawEndCap ( IGraphics g, bool onScreen, Style style ) : void | ||
DrawSelectionLines ( |
||
DrawStartCap ( IGraphics g, bool onScreen, Style style ) : void | ||
GetAngle ( Point point1, Point point2 ) : float | ||
GetContextMenuItems ( IDiagram diagram ) : IEnumerable |
||
GetLogicalArea ( ) : |
||
GetMaximalOffset ( |
||
Offset ( |
||
OnBendPointMove ( BendPointEventArgs e ) : void | ||
OnDeserializing ( SerializeEventArgs e ) : void | ||
OnMouseDown ( AbsoluteMouseEventArgs e ) : void | ||
OnMouseMove ( AbsoluteMouseEventArgs e ) : void | ||
OnMouseUp ( AbsoluteMouseEventArgs e ) : void | ||
OnRouteChanged ( EventArgs e ) : void | ||
OnSerializing ( SerializeEventArgs e ) : void | ||
Paste ( IDiagram diagram, Size offset, Shape first, Shape second ) : Connection | ||
Reroute ( ) : void | ||
Reverse ( ) : void | ||
TrySelect ( RectangleF frame ) : bool |
Method | Description | |
---|---|---|
AddEndSegment ( ) : void | ||
AddInnerSegment ( LinkedListNode |
||
AddStartSegment ( ) : FlowDirection | ||
AutoRoute ( ) : void | ||
BendPointDoubleClicked ( AbsoluteMouseEventArgs e ) : bool | ||
BendPointPressed ( AbsoluteMouseEventArgs e ) : bool | ||
ClearBendPoints ( ) : void | ||
Deserialize ( |
||
DoubleClicked ( AbsoluteMouseEventArgs e ) : void | ||
DrawCaps ( IGraphics g, bool onScreen, Style style ) : void | ||
DrawLabel ( IGraphics g, bool onScreen, Style style ) : void | ||
DrawLine ( IGraphics g, bool onScreen, Style style ) : void | ||
EndShapeResizing ( object sender, |
||
GetBendPoint ( AbsoluteMouseEventArgs e ) : |
||
GetEndCapArea ( ) : |
||
GetLabelArea ( Style style ) : |
||
GetLineCenter ( bool &horizontal ) : |
||
GetNextNextPoint ( LinkedListNode |
||
GetRouteArea ( ) : |
||
GetStartCapArea ( ) : |
||
MouseMoved ( AbsoluteMouseEventArgs e ) : void | ||
MousePressed ( AbsoluteMouseEventArgs e ) : void | ||
MouseUpped ( AbsoluteMouseEventArgs e ) : void | ||
Picked ( PointF mouseLocation, float zoom ) : bool | ||
Picked ( RectangleF rectangle ) : bool | ||
RecalculateOrientations ( ) : void | ||
RelocateAutoBendPoints ( ) : void | ||
RerouteFromBendPoints ( ) : void | ||
Serialize ( XmlElement node ) : void | ||
ShapeMoving ( object sender, MoveEventArgs e ) : void | ||
ShowPropertiesDialog ( ) : void | ||
StartShapeResizing ( object sender, ResizeEventArgs e ) : void |
protected CalculateDrawingArea ( Style style, bool printing, float zoom ) : |
||
style | Style | |
printing | bool | |
zoom | float | |
return |
protected abstract CloneRelationship ( IDiagram diagram, |
||
diagram | IDiagram | |
first | ||
second | ||
return | bool |
protected Connection ( |
||
relationship | ||
startShape | ||
endShape | ||
return | System |
public Draw ( IGraphics g, bool onScreen, Style style ) : void | ||
g | IGraphics | |
onScreen | bool | |
style | Style | |
return | void |
protected DrawEndCap ( IGraphics g, bool onScreen, Style style ) : void | ||
g | IGraphics | |
onScreen | bool | |
style | Style | |
return | void |
protected DrawSelectionLines ( |
||
g | ||
zoom | float | |
offset | Point | |
return | void |
protected DrawStartCap ( IGraphics g, bool onScreen, Style style ) : void | ||
g | IGraphics | |
onScreen | bool | |
style | Style | |
return | void |
protected GetAngle ( Point point1, Point point2 ) : float | ||
point1 | Point | |
point2 | Point | |
return | float |
protected GetContextMenuItems ( IDiagram diagram ) : IEnumerable |
||
diagram | IDiagram | |
return | IEnumerable |
protected final GetLogicalArea ( ) : |
||
return |
protected GetMaximalOffset ( |
||
offset | ||
padding | int | |
return |
protected final Offset ( |
||
offset | ||
return | void |
protected OnBendPointMove ( BendPointEventArgs e ) : void | ||
e | BendPointEventArgs | |
return | void |
protected OnDeserializing ( SerializeEventArgs e ) : void | ||
e | SerializeEventArgs | |
return | void |
protected OnMouseDown ( AbsoluteMouseEventArgs e ) : void | ||
e | AbsoluteMouseEventArgs | |
return | void |
protected OnMouseMove ( AbsoluteMouseEventArgs e ) : void | ||
e | AbsoluteMouseEventArgs | |
return | void |
protected OnMouseUp ( AbsoluteMouseEventArgs e ) : void | ||
e | AbsoluteMouseEventArgs | |
return | void |
protected OnRouteChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnSerializing ( SerializeEventArgs e ) : void | ||
e | SerializeEventArgs | |
return | void |
protected Paste ( IDiagram diagram, Size offset, Shape first, Shape second ) : Connection | ||
diagram | IDiagram | |
offset | Size | |
first | Shape | |
second | Shape | |
return | Connection |
protected final TrySelect ( RectangleF frame ) : bool | ||
frame | RectangleF | |
return | bool |
public ValidatePosition ( int padding ) : void | ||
padding | int | |
return | void |