Exemple #1
0
 public GiColor(GiColor c) : this(touchvgPINVOKE.new_GiColor__SWIG_3(GiColor.getCPtr(c)), true)
 {
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void setFillColor(GiColor color)
 {
     touchvgPINVOKE.GiContext_setFillColor__SWIG_0(swigCPtr, GiColor.getCPtr(color));
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
        public GiColor setBkColor(GiColor color)
        {
            GiColor ret = new GiColor(touchvgPINVOKE.GiGraphics_setBkColor(swigCPtr, GiColor.getCPtr(color)), true);

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #4
0
        public bool equals(GiColor src)
        {
            bool ret = touchvgPINVOKE.GiColor_equals(swigCPtr, GiColor.getCPtr(src));

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #5
0
 public GiContext(float width, GiColor color) : this(touchvgPINVOKE.new_GiContext__SWIG_4(width, GiColor.getCPtr(color)), true)
 {
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #6
0
 public GiContext(float width, GiColor color, int style, GiColor fillcr, bool autoScale) : this(touchvgPINVOKE.new_GiContext__SWIG_1(width, GiColor.getCPtr(color), style, GiColor.getCPtr(fillcr), autoScale), true)
 {
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }