Method | Description | |
---|---|---|
NodeResizeDragTracker ( NodeHandle, nodeHandle ) : System.Collections | ||
OnDrag ( DiagramContext, context, Vector2 position ) : void | ||
Resize ( Rect &rect, float x, float y, float width, float height ) : void |
public NodeResizeDragTracker ( NodeHandle, nodeHandle ) : System.Collections | ||
nodeHandle | NodeHandle, | |
return | System.Collections |
public OnDrag ( DiagramContext, context, Vector2 position ) : void | ||
context | DiagramContext, | |
position | Vector2 | |
return | void |
public Resize ( Rect &rect, float x, float y, float width, float height ) : void | ||
rect | Rect | |
x | float | |
y | float | |
width | float | |
height | float | |
return | void |