예제 #1
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);
        }
예제 #2
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);
        }
예제 #3
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);
        }
예제 #4
0
파일: GiCanvas.cs 프로젝트: rhcad/vgwpf
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GiCanvas obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
예제 #5
0
파일: GiCoreView.cs 프로젝트: rhcad/vgwpf
 public int dynDraw(GiView view, GiCanvas canvas)
 {
     int ret = touchvgPINVOKE.GiCoreView_dynDraw__SWIG_2(swigCPtr, GiView.getCPtr(view), GiCanvas.getCPtr(canvas));
     return ret;
 }
예제 #6
0
파일: GiCoreView.cs 프로젝트: rhcad/vgwpf
 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;
 }
예제 #7
0
파일: GiCoreView.cs 프로젝트: rhcad/vgwpf
 public int dynDraw(int shapes, int gs, GiCanvas canvas)
 {
     int ret = touchvgPINVOKE.GiCoreView_dynDraw__SWIG_0(swigCPtr, shapes, gs, GiCanvas.getCPtr(canvas));
     return ret;
 }
예제 #8
0
파일: TestCanvas.cs 프로젝트: rhcad/vgwpf
 public static void testClipPath(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testClipPath(GiCanvas.getCPtr(canvas), n);
 }
예제 #9
0
파일: GiGraphics.cs 프로젝트: rhcad/vgwpf
 public bool beginPaint(GiCanvas canvas)
 {
     bool ret = touchvgPINVOKE.GiGraphics_beginPaint__SWIG_1(swigCPtr, GiCanvas.getCPtr(canvas));
     return ret;
 }
예제 #10
0
 public static void testCubicBezier(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testCubicBezier(GiCanvas.getCPtr(canvas), n);
 }
예제 #11
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);
        }
예제 #12
0
 public static void test(GiCanvas canvas, int bits)
 {
     touchvgPINVOKE.TestCanvas_test__SWIG_2(GiCanvas.getCPtr(canvas), bits);
 }
예제 #13
0
 public static void testEllipse(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testEllipse(GiCanvas.getCPtr(canvas), n);
 }
예제 #14
0
 public static void test(GiCanvas canvas, int bits, int n, bool randStyle)
 {
     touchvgPINVOKE.TestCanvas_test__SWIG_0(GiCanvas.getCPtr(canvas), bits, n, randStyle);
 }
예제 #15
0
 public static void testRotateText(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testRotateText(GiCanvas.getCPtr(canvas), n);
 }
예제 #16
0
 public static void testDynCurves(GiCanvas canvas)
 {
     touchvgPINVOKE.TestCanvas_testDynCurves(GiCanvas.getCPtr(canvas));
 }
예제 #17
0
파일: TestCanvas.cs 프로젝트: rhcad/vgwpf
 public static void test(GiCanvas canvas, int bits, int n, bool randStyle)
 {
     touchvgPINVOKE.TestCanvas_test__SWIG_0(GiCanvas.getCPtr(canvas), bits, n, randStyle);
 }
예제 #18
0
파일: TestCanvas.cs 프로젝트: rhcad/vgwpf
 public static void testDynCurves(GiCanvas canvas)
 {
     touchvgPINVOKE.TestCanvas_testDynCurves(GiCanvas.getCPtr(canvas));
 }
예제 #19
0
파일: TestCanvas.cs 프로젝트: rhcad/vgwpf
 public static void test(GiCanvas canvas, int bits)
 {
     touchvgPINVOKE.TestCanvas_test__SWIG_2(GiCanvas.getCPtr(canvas), bits);
 }
예제 #20
0
파일: GiCoreView.cs 프로젝트: rhcad/vgwpf
 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;
 }
예제 #21
0
파일: TestCanvas.cs 프로젝트: rhcad/vgwpf
 public static void testCubicBezier(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testCubicBezier(GiCanvas.getCPtr(canvas), n);
 }
예제 #22
0
파일: GiGraphics.cs 프로젝트: rhcad/vgwpf
 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;
 }
예제 #23
0
파일: GiCoreView.cs 프로젝트: rhcad/vgwpf
 public int drawAll(int doc, int gs, GiCanvas canvas)
 {
     int ret = touchvgPINVOKE.GiCoreView_drawAll__SWIG_0(swigCPtr, doc, gs, GiCanvas.getCPtr(canvas));
     return ret;
 }
예제 #24
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);
        }
예제 #25
0
파일: GiCoreView.cs 프로젝트: rhcad/vgwpf
 public int drawAll(GiView view, GiCanvas canvas)
 {
     int ret = touchvgPINVOKE.GiCoreView_drawAll__SWIG_3(swigCPtr, GiView.getCPtr(view), GiCanvas.getCPtr(canvas));
     return ret;
 }
예제 #26
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);
        }
예제 #27
0
파일: GiCoreView.cs 프로젝트: rhcad/vgwpf
 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;
 }
예제 #28
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);
        }
예제 #29
0
파일: GiCoreView.cs 프로젝트: rhcad/vgwpf
 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;
 }
예제 #30
0
        public int dynDraw(GiView view, GiCanvas canvas)
        {
            int ret = touchvgPINVOKE.GiCoreView_dynDraw__SWIG_2(swigCPtr, GiView.getCPtr(view), GiCanvas.getCPtr(canvas));

            return(ret);
        }
예제 #31
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GiCanvas obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #32
0
파일: TestCanvas.cs 프로젝트: rhcad/vgwpf
 public static void testRotateText(GiCanvas canvas, int n)
 {
     touchvgPINVOKE.TestCanvas_testRotateText(GiCanvas.getCPtr(canvas), n);
 }
예제 #33
0
        public bool beginPaint(GiCanvas canvas)
        {
            bool ret = touchvgPINVOKE.GiGraphics_beginPaint__SWIG_1(swigCPtr, GiCanvas.getCPtr(canvas));

            return(ret);
        }
예제 #34
0
 public static extern void GiCanvas_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, GiCanvas.SwigDelegateGiCanvas_0 delegate0, GiCanvas.SwigDelegateGiCanvas_1 delegate1, GiCanvas.SwigDelegateGiCanvas_2 delegate2, GiCanvas.SwigDelegateGiCanvas_3 delegate3, GiCanvas.SwigDelegateGiCanvas_4 delegate4, GiCanvas.SwigDelegateGiCanvas_5 delegate5, GiCanvas.SwigDelegateGiCanvas_6 delegate6, GiCanvas.SwigDelegateGiCanvas_7 delegate7, GiCanvas.SwigDelegateGiCanvas_8 delegate8, GiCanvas.SwigDelegateGiCanvas_9 delegate9, GiCanvas.SwigDelegateGiCanvas_10 delegate10, GiCanvas.SwigDelegateGiCanvas_11 delegate11, GiCanvas.SwigDelegateGiCanvas_12 delegate12, GiCanvas.SwigDelegateGiCanvas_13 delegate13, GiCanvas.SwigDelegateGiCanvas_14 delegate14, GiCanvas.SwigDelegateGiCanvas_15 delegate15, GiCanvas.SwigDelegateGiCanvas_16 delegate16, GiCanvas.SwigDelegateGiCanvas_17 delegate17, GiCanvas.SwigDelegateGiCanvas_18 delegate18, GiCanvas.SwigDelegateGiCanvas_19 delegate19, GiCanvas.SwigDelegateGiCanvas_20 delegate20, GiCanvas.SwigDelegateGiCanvas_21 delegate21);