Ejemplo n.º 1
0
 public void SetCanvasSize(Gdk.Size size)
 {
     CocoStudioEngineAdapterPINVOKE.CSCanvas_SetCanvasSize(this.swigCPtr, Size.getCPtr(new Size((float)size.Width, (float)size.Height)));
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }