예제 #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);
        }
예제 #2
0
        public bool beginPaint(GiCanvas canvas)
        {
            bool ret = touchvgPINVOKE.GiGraphics_beginPaint__SWIG_1(swigCPtr, GiCanvas.getCPtr(canvas));

            return(ret);
        }
예제 #3
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);
        }
예제 #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);
        }
예제 #5
0
        public int dynDraw(int shapes, int gs, GiCanvas canvas)
        {
            int ret = touchvgPINVOKE.GiCoreView_dynDraw__SWIG_0(swigCPtr, shapes, gs, GiCanvas.getCPtr(canvas));

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

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #7
0
        public int drawAll(Longs docs, int gs, GiCanvas canvas, Ints ignoreIds)
        {
            int ret = touchvgPINVOKE.GiCoreView_drawAll__SWIG_2(swigCPtr, Longs.getCPtr(docs), gs, GiCanvas.getCPtr(canvas), Ints.getCPtr(ignoreIds));

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #8
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);
        }
예제 #9
0
 public static void testCubicBezier(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testCubicBezier(GiCanvas.getCPtr(canvas), n);
 }
예제 #10
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);
        }
예제 #11
0
 public static void testEllipse(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testEllipse(GiCanvas.getCPtr(canvas), n);
 }
예제 #12
0
 public static void test(GiCanvas canvas, int bits)
 {
     touchvgPINVOKE.TestCanvas_test__SWIG_2(GiCanvas.getCPtr(canvas), bits);
 }
예제 #13
0
 public static void test(GiCanvas canvas, int bits, int n, bool randStyle)
 {
     touchvgPINVOKE.TestCanvas_test__SWIG_0(GiCanvas.getCPtr(canvas), bits, n, randStyle);
 }
예제 #14
0
 public static void testRotateText(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testRotateText(GiCanvas.getCPtr(canvas), n);
 }
예제 #15
0
 public static void testDynCurves(GiCanvas canvas)
 {
     touchvgPINVOKE.TestCanvas_testDynCurves(GiCanvas.getCPtr(canvas));
 }