public GiPath(GiPath src) : this(touchvgPINVOKE.new_GiPath__SWIG_1(GiPath.getCPtr(src)), true) { if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } }
public bool drawPath(GiContext ctx, GiPath path, bool fill) { bool ret = touchvgPINVOKE.GiGraphics_drawPath__SWIG_1(swigCPtr, GiContext.getCPtr(ctx), GiPath.getCPtr(path), fill); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public GiPath copy(GiPath src) { GiPath ret = new GiPath(touchvgPINVOKE.GiPath_copy(swigCPtr, GiPath.getCPtr(src)), false); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool drawPath(GiContext ctx, GiPath path, bool fill) { bool ret = touchvgPINVOKE.GiGraphics_drawPath__SWIG_1(swigCPtr, GiContext.getCPtr(ctx), GiPath.getCPtr(path), fill); if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public GiPath copy(GiPath src) { GiPath ret = new GiPath(touchvgPINVOKE.GiPath_copy(swigCPtr, GiPath.getCPtr(src)), false); if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public GiPath(GiPath src) : this(touchvgPINVOKE.new_GiPath__SWIG_1(GiPath.getCPtr(src)), true) { if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(GiPath obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(GiPath obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }