예제 #1
0
        public MgRecordShapes recorder(bool forUndo)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.GiCoreViewData_recorder(swigCPtr, forUndo);
            MgRecordShapes        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MgRecordShapes(cPtr, false);

            return(ret);
        }
예제 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgRecordShapes obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #3
0
 public void setRecorder(bool forUndo, MgRecordShapes p)
 {
     touchvgPINVOKE.GiCoreViewData_setRecorder(swigCPtr, forUndo, MgRecordShapes.getCPtr(p));
 }
예제 #4
0
 public void setRecorder(bool forUndo, MgRecordShapes p)
 {
     touchvgPINVOKE.GiCoreViewData_setRecorder(swigCPtr, forUndo, MgRecordShapes.getCPtr(p));
 }
예제 #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgRecordShapes obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }