<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2017-06-29 23:19 GMT+02:00 Neel Patel 0-0-0 <span dir="ltr"><<a href="mailto:siva.yedithi@gmail.com" target="_blank">siva.yedithi@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
    I'm currently trying to use both Win Forms and VTK.  I've looked at the<br>
examples on the wiki and whenever the rendering is being done, it is called<br>
in an Event (i.e. renderWindowControl1_Load(obje<wbr>ct sender, EventArgs e) ).<br>
<br>
So in the case of the oriented arrow example on the wiki<br>
(<a href="https://itk.org/Wiki/VTK/Examples/CSharp/GeometricObjects/OrientedArrow" rel="noreferrer" target="_blank">https://itk.org/Wiki/VTK/Exam<wbr>ples/CSharp/GeometricObjects/<wbr>OrientedArrow</a>),<br>
the method is called in Load. If I were to call the method directly, it<br>
doesn't render. Is it neccesary for it to be structured in that way?</blockquote><div><br> </div>You don't need to restrict the rendering to Forms events. <br></div><div class="gmail_quote">In most examples the rendering appears in the Load event because it is the first event where render control is ready, and examples do the rendering once, at window loading.<br></div><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Any help might be appreciated, I've looked around but most people seem to<br>
prefer using Qt. The reason I ask is because I want to update my render<br>
every couple seconds, and the only Event that looks plausible is the<br>
OnPaint(), but I'm not quite sure thats correct.
  </blockquote><div><br></div><div>Sure, you can render anytime once the render control is ready, Activiz works fine for most cases.<br><br></div></div></div></div>