Exemplo n.º 1
0
 /// <summary>
 /// Set the camera.
 /// </summary>
 public void camera(CadKit.Interfaces.CameraOption option)
 {
     if (false == this.InvokeRequired)
     {
         CadKit.Viewer.Glue.Viewer viewer = this.Viewer;
         if (null != viewer)
         {
             using (this.Lock.write())
             {
                 viewer.camera(option);
             }
         }
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Set the camera.
 /// </summary>
 public void camera(CadKit.Interfaces.CameraOption option)
 {
     this.Panel.camera(option);
 }