public GiColor(GiColor c) : this(touchvgPINVOKE.new_GiColor__SWIG_3(GiColor.getCPtr(c)), true) { if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } }
public void setFillColor(GiColor color) { touchvgPINVOKE.GiContext_setFillColor__SWIG_0(swigCPtr, GiColor.getCPtr(color)); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } }
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); }
public bool equals(GiColor src) { bool ret = touchvgPINVOKE.GiColor_equals(swigCPtr, GiColor.getCPtr(src)); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
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(); } }
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(); } }