Свойство | Тип | Описание | |
---|---|---|---|
diagramName | string | ||
diagramNameRect | Rect | ||
nodes | List |
||
types | string[] |
Метод | Описание | |
---|---|---|
Draw ( DiagramContext, context ) : void | ||
DrawHandle ( DiagramContext, context ) : void | ||
GetDragTracker ( ) : DiagramDragTracker, | ||
GetHandles ( ) : DiagramHandle[], | ||
GetTool ( DiagramContext, context ) : DiagramTool, | ||
HitTest ( DiagramContext, context, Vector2 position ) : DiagramElement | ||
SetDefaultTool ( ) : void |
public Draw ( DiagramContext, context ) : void | ||
context | DiagramContext, | |
Результат | void |
public DrawHandle ( DiagramContext, context ) : void | ||
context | DiagramContext, | |
Результат | void |
public GetDragTracker ( ) : DiagramDragTracker, | ||
Результат | DiagramDragTracker, |
public GetTool ( DiagramContext, context ) : DiagramTool, | ||
context | DiagramContext, | |
Результат | DiagramTool, |
public HitTest ( DiagramContext, context, Vector2 position ) : DiagramElement | ||
context | DiagramContext, | |
position | Vector2 | |
Результат | DiagramElement |