public override void output(MgPath path) { touchvgPINVOKE.MgRect_output(swigCPtr, MgPath.getCPtr(path)); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void output(MgPath path) { touchvgPINVOKE.MgBaseShape_output(swigCPtr, MgPath.getCPtr(path)); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } }
public bool drawPath(GiContext ctx, MgPath path, bool fill) { bool ret = touchvgPINVOKE.GiGraphics_drawPath__SWIG_1(swigCPtr, GiContext.getCPtr(ctx), MgPath.getCPtr(path), fill); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool crossWithPath(MgPath path, Box2d box, Point2d ptCross) { bool ret = touchvgPINVOKE.MgPath_crossWithPath(swigCPtr, MgPath.getCPtr(path), Box2d.getCPtr(box), Point2d.getCPtr(ptCross)); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public MgPath append(MgPath src) { MgPath ret = new MgPath(touchvgPINVOKE.MgPath_append(swigCPtr, MgPath.getCPtr(src)), false); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static int exportSVGPath(MgPath path, string buf, int size) { int ret = touchvgPINVOKE.MgPathShape_exportSVGPath__SWIG_1(MgPath.getCPtr(path), buf, size); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgPath obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public override void output(MgPath path) { touchvgPINVOKE.MgImageShape_output(swigCPtr, MgPath.getCPtr(path)); if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); }
public MgPath path() { MgPath ret = new MgPath(touchvgPINVOKE.MgPathShape_path(swigCPtr), false); return(ret); }
public static int exportSVGPath(MgPath path, string buf, int size) { int ret = touchvgPINVOKE.MgPathShape_exportSVGPath__SWIG_1(MgPath.getCPtr(path), buf, size); if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public MgPath reverse() { MgPath ret = new MgPath(touchvgPINVOKE.MgPath_reverse(swigCPtr), false); return(ret); }
public bool drawPath(GiContext ctx, MgPath path, bool fill) { bool ret = touchvgPINVOKE.GiGraphics_drawPath__SWIG_1(swigCPtr, GiContext.getCPtr(ctx), MgPath.getCPtr(path), fill); if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public MgPath reverse() { MgPath ret = new MgPath(touchvgPINVOKE.MgPath_reverse(swigCPtr), false); return ret; }
public MgPath(MgPath src) : this(touchvgPINVOKE.new_MgPath__SWIG_1(MgPath.getCPtr(src)), true) { if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); }
public bool crossWithPath(MgPath path, Box2d box, Point2d ptCross) { bool ret = touchvgPINVOKE.MgPath_crossWithPath(swigCPtr, MgPath.getCPtr(path), Box2d.getCPtr(box), Point2d.getCPtr(ptCross)); if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public virtual void output(MgPath path) { touchvgPINVOKE.MgBaseShape_output(swigCPtr, MgPath.getCPtr(path)); if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); }
public MgPath getPath() { MgPath ret = new MgPath(touchvgPINVOKE.MgBaseShape_getPath(swigCPtr), true); return ret; }
public MgPath getPath() { MgPath ret = new MgPath(touchvgPINVOKE.MgBaseShape_getPath(swigCPtr), true); return(ret); }
public MgPath addSVGPath(string s) { MgPath ret = new MgPath(touchvgPINVOKE.MgPath_addSVGPath(swigCPtr, s), false); return ret; }
public MgPath addSVGPath(string s) { MgPath ret = new MgPath(touchvgPINVOKE.MgPath_addSVGPath(swigCPtr, s), false); return(ret); }
public MgPath append(MgPath src) { MgPath ret = new MgPath(touchvgPINVOKE.MgPath_append(swigCPtr, MgPath.getCPtr(src)), false); if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); return ret; }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgPath obj) { return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; }
public MgPath pathc() { MgPath ret = new MgPath(touchvgPINVOKE.MgPathShape_pathc(swigCPtr), false); return ret; }