DrawHandle() public method

Draw the handle
public DrawHandle ( ) : void
return void
Beispiel #1
0
 private void DrawHandle(NodeHandle handle) {
     if (handle == null) return;
     handle.DrawHandle();
 }