getCPtr() static private method

static private getCPtr ( GiPath obj ) : HandleRef
obj GiPath
return HandleRef
Beispiel #1
0
 public GiPath(GiPath src) : this(touchvgPINVOKE.new_GiPath__SWIG_1(GiPath.getCPtr(src)), true)
 {
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
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);
        }
Beispiel #3
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);
        }