예제 #1
0
 public bool RestoreAnimated(int index, Display.RhinoView view, bool backgroundBitmap, int frames, int frameRate)
 {
     if (view is Display.RhinoPageView)
     {
         throw new Exception("Use form of RestoreAnimated that takes a RhinoViewport for layout views");
     }
     return(RestoreAnimated(index, view.MainViewport, backgroundBitmap, frames, frameRate));
 }
예제 #2
0
 protected virtual void OnMouseHover(Display.RhinoView view)
 {
 }
예제 #3
0
 public bool RestoreAnimated(int index, Display.RhinoView view, bool backgroundBitmap)
 {
     return(RestoreAnimated(index, view, backgroundBitmap, 100, 10));
 }
예제 #4
0
 protected virtual void OnMouseLeave(Display.RhinoView view)
 {
 }