Every example I see uses the same descriptions , for example
Draw.HorizontalLine(this, tagNameHigh, myCurrentHigh , Brushes.White);
Where "this" is the current NinjaScriptBase owner.
How can I use this to draw to another owner other than "this"?
Just pointing me to a code snippet would suffice.
thankx

Comment