getCPtr() static private méthode

static private getCPtr ( GiCanvas obj ) : HandleRef
obj GiCanvas
Résultat HandleRef
Exemple #1
0
        public bool beginPaint(GiCanvas canvas, RECT_2D clipBox)
        {
            bool ret = touchvgPINVOKE.GiGraphics_beginPaint__SWIG_0(swigCPtr, GiCanvas.getCPtr(canvas), RECT_2D.getCPtr(clipBox));

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
        public int drawAppend(int doc, int gs, GiCanvas canvas, int sid)
        {
            int ret = touchvgPINVOKE.GiCoreView_drawAppend__SWIG_0(swigCPtr, doc, gs, GiCanvas.getCPtr(canvas), sid);

            return(ret);
        }
Exemple #3
0
        public int drawAll(int doc, int gs, GiCanvas canvas)
        {
            int ret = touchvgPINVOKE.GiCoreView_drawAll__SWIG_0(swigCPtr, doc, gs, GiCanvas.getCPtr(canvas));

            return(ret);
        }
Exemple #4
0
        public int dynDraw(GiView view, GiCanvas canvas)
        {
            int ret = touchvgPINVOKE.GiCoreView_dynDraw__SWIG_2(swigCPtr, GiView.getCPtr(view), GiCanvas.getCPtr(canvas));

            return(ret);
        }
Exemple #5
0
        public int drawAppend(GiView view, GiCanvas canvas, int sid)
        {
            int ret = touchvgPINVOKE.GiCoreView_drawAppend__SWIG_1(swigCPtr, GiView.getCPtr(view), GiCanvas.getCPtr(canvas), sid);

            return(ret);
        }
Exemple #6
0
        public int dynDraw(int shapes, int gs, GiCanvas canvas, Ints exts)
        {
            int ret = touchvgPINVOKE.GiCoreView_dynDraw__SWIG_1(swigCPtr, shapes, gs, GiCanvas.getCPtr(canvas), Ints.getCPtr(exts));

            return(ret);
        }
Exemple #7
0
        public bool beginPaint(GiCanvas canvas)
        {
            bool ret = touchvgPINVOKE.GiGraphics_beginPaint__SWIG_1(swigCPtr, GiCanvas.getCPtr(canvas));

            return(ret);
        }
Exemple #8
0
        public int dynDraw(Ints shapes, int gs, GiCanvas canvas)
        {
            int ret = touchvgPINVOKE.GiCoreView_dynDraw__SWIG_1(swigCPtr, Ints.getCPtr(shapes), gs, GiCanvas.getCPtr(canvas));

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #9
0
 public static void testQuadBezier(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testQuadBezier(GiCanvas.getCPtr(canvas), n);
 }
Exemple #10
0
 public static void testEllipse(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testEllipse(GiCanvas.getCPtr(canvas), n);
 }
Exemple #11
0
 public static void test(GiCanvas canvas, int bits)
 {
     touchvgPINVOKE.TestCanvas_test__SWIG_2(GiCanvas.getCPtr(canvas), bits);
 }
Exemple #12
0
 public static void test(GiCanvas canvas, int bits, int n, bool randStyle)
 {
     touchvgPINVOKE.TestCanvas_test__SWIG_0(GiCanvas.getCPtr(canvas), bits, n, randStyle);
 }
Exemple #13
0
 public static void testDynCurves(GiCanvas canvas)
 {
     touchvgPINVOKE.TestCanvas_testDynCurves(GiCanvas.getCPtr(canvas));
 }