상속: IDisposable
예제 #1
0
 public GiPath(GiPath src) : this(touchvgPINVOKE.new_GiPath__SWIG_1(GiPath.getCPtr(src)), true)
 {
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
        public bool drawPath(GiContext ctx, GiPath path, bool fill)
        {
            bool ret = touchvgPINVOKE.GiGraphics_drawPath__SWIG_1(swigCPtr, GiContext.getCPtr(ctx), GiPath.getCPtr(path), fill);

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #3
0
        public GiPath copy(GiPath src)
        {
            GiPath ret = new GiPath(touchvgPINVOKE.GiPath_copy(swigCPtr, GiPath.getCPtr(src)), false);

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #4
0
 public bool drawPath(GiContext ctx, GiPath path, bool fill)
 {
     bool ret = touchvgPINVOKE.GiGraphics_drawPath__SWIG_1(swigCPtr, GiContext.getCPtr(ctx), GiPath.getCPtr(path), fill);
     if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
예제 #5
0
 public GiPath copy(GiPath src) {
   GiPath ret = new GiPath(touchvgPINVOKE.GiPath_copy(swigCPtr, GiPath.getCPtr(src)), false);
   if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
예제 #6
0
 public GiPath(GiPath src) : this(touchvgPINVOKE.new_GiPath__SWIG_1(GiPath.getCPtr(src)), true) {
   if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #7
0
 internal static HandleRef getCPtr(GiPath obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #8
0
 internal static HandleRef getCPtr(GiPath obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }