Inheritance: global::System.IDisposable
Beispiel #1
0
 internal static HandleRef getCPtr(Shapes obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Beispiel #2
0
 public int getSelectionForChange(MgView view, Shapes shapes)
 {
     int ret = touchvgPINVOKE.MgSelection_getSelectionForChange(swigCPtr, MgView.getCPtr(view), Shapes.getCPtr(shapes));
     if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }