public GiTransform(GiTransform src) : this(touchvgPINVOKE.new_GiTransform__SWIG_2(GiTransform.getCPtr(src)), true) { if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual GiTransform xform() { IntPtr cPtr = touchvgPINVOKE.MgView_xform(swigCPtr); GiTransform ret = (cPtr == IntPtr.Zero) ? null : new GiTransform(cPtr, false); return(ret); }
public GiSaveModelTransform(GiTransform xform, Matrix2d mat) : this(touchvgPINVOKE.new_GiSaveModelTransform(GiTransform.getCPtr(xform), Matrix2d.getCPtr(mat)), true) { if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } }
public GiTransform copy(GiTransform src) { GiTransform ret = new GiTransform(touchvgPINVOKE.GiTransform_copy(swigCPtr, GiTransform.getCPtr(src)), false); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public GiGraphics(GiTransform xform) : this(touchvgPINVOKE.new_GiGraphics__SWIG_1(GiTransform.getCPtr(xform)), true) { }
public GiTransform xf() { GiTransform ret = new GiTransform(touchvgPINVOKE.GiGraphics_xf(swigCPtr), false); return ret; }
public GiTransform xf() { GiTransform ret = new GiTransform(touchvgPINVOKE.GiGraphics_xf(swigCPtr), false); return(ret); }
public GiGraphics(GiTransform xform, bool needFreeXf) : this(touchvgPINVOKE.new_GiGraphics__SWIG_0(GiTransform.getCPtr(xform), needFreeXf), true) { }
public GiGraphics(GiTransform xform, bool needFreeXf) : this(touchvgPINVOKE.new_GiGraphics__SWIG_1(GiTransform.getCPtr(xform), needFreeXf), true) { }
public GiGraphics(GiTransform xform) : this(touchvgPINVOKE.new_GiGraphics__SWIG_2(GiTransform.getCPtr(xform)), true) { }
internal static HandleRef getCPtr(GiTransform obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public bool saveAll(MgStorage s, GiTransform xform) { bool ret = touchvgPINVOKE.MgShapeDoc_saveAll(swigCPtr, MgStorage.getCPtr(s), GiTransform.getCPtr(xform)); return(ret); }
public bool loadAll(MgShapeFactory factory, MgStorage s, GiTransform xform) { bool ret = touchvgPINVOKE.MgShapeDoc_loadAll(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s), GiTransform.getCPtr(xform)); return ret; }
public GiTransform(GiTransform src) : this(touchvgPINVOKE.new_GiTransform__SWIG_2(GiTransform.getCPtr(src)), true) { if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(GiTransform obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public GiSaveModelTransform(GiTransform xform, Matrix2d mat) : this(touchvgPINVOKE.new_GiSaveModelTransform(GiTransform.getCPtr(xform), Matrix2d.getCPtr(mat)), true) { if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); }
public GiTransform copy(GiTransform src) { GiTransform ret = new GiTransform(touchvgPINVOKE.GiTransform_copy(swigCPtr, GiTransform.getCPtr(src)), false); if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public bool saveAll(MgStorage s, GiTransform xform) { bool ret = touchvgPINVOKE.MgShapeDoc_saveAll(swigCPtr, MgStorage.getCPtr(s), GiTransform.getCPtr(xform)); return ret; }
public bool loadAll(MgShapeFactory factory, MgStorage s, GiTransform xform) { bool ret = touchvgPINVOKE.MgShapeDoc_loadAll(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s), GiTransform.getCPtr(xform)); return(ret); }