Свойство | Тип | Описание | |
---|---|---|---|
Model |
Метод | Описание | |
---|---|---|
DrawCallLine ( Color color, int lineWidth, |
||
DrawNode ( Color color, |
||
DrawNodeLabel ( string text, |
||
DrawNodeOutline ( Color color, int lineWidth, |
||
DrawString ( string text, |
||
DrawTextBackground ( Color color, float x, float y, float width, float height ) : void | ||
GdiRenderer ( |
||
GdiRenderer_KeyDown ( object sender, System e ) : void | ||
GdiRenderer_MouseWheel ( object sender, MouseEventArgs e ) : void | ||
GetCursorPosition ( ) : Point | ||
MeasureString ( string text, |
||
Start ( ) : void | ||
Stop ( ) : void | ||
ViewInvalidate ( ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
GdiRenderer_KeyUp ( object sender, |
||
GdiRenderer_MouseDoubleClick ( object sender, MouseEventArgs e ) : void | ||
GdiRenderer_MouseDown ( object sender, MouseEventArgs e ) : void | ||
GdiRenderer_MouseLeave ( object sender, |
||
GdiRenderer_MouseMove ( object sender, MouseEventArgs e ) : void | ||
GdiRenderer_MouseUp ( object sender, MouseEventArgs e ) : void | ||
GdiRenderer_Paint ( object sender, PaintEventArgs e ) : void | ||
GdiRenderer_Resize ( object sender, |
||
GetBrush ( Color color ) : |
||
GetPen ( Color color, int width, bool dashed ) : |
||
GetTriangleFromRect ( |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public DrawCallLine ( Color color, int lineWidth, |
||
color | Color | |
lineWidth | int | |
start | ||
end | ||
dashed | bool | |
source | ||
destination | ||
Результат | void |
public DrawNode ( Color color, |
||
color | Color | |
area | ||
outside | bool | |
node | ||
depth | int | |
Результат | void |
public DrawNodeLabel ( string text, |
||
text | string | |
font | ||
color | Color | |
rect | ||
node | ||
depth | int | |
Результат | void |
public DrawNodeOutline ( Color color, int lineWidth, |
||
color | Color | |
lineWidth | int | |
area | ||
outside | bool | |
node | ||
depth | int | |
Результат | void |
public DrawString ( string text, |
||
text | string | |
font | ||
color | Color | |
x | float | |
y | float | |
width | float | |
height | float | |
Результат | void |
public DrawTextBackground ( Color color, float x, float y, float width, float height ) : void | ||
color | Color | |
x | float | |
y | float | |
width | float | |
height | float | |
Результат | void |
public GdiRenderer ( |
||
model | ||
Результат | System |
public GdiRenderer_KeyDown ( object sender, System e ) : void | ||
sender | object | |
e | System | |
Результат | void |
public GdiRenderer_MouseWheel ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
Результат | void |
public MeasureString ( string text, |
||
text | string | |
font | ||
Результат |