public static MgShapes create(MgObject owner) { IntPtr cPtr = touchvgPINVOKE.MgShapes_create__SWIG_1(MgObject.getCPtr(owner)); MgShapes ret = (cPtr == IntPtr.Zero) ? null : new MgShapes(cPtr, false); return(ret); }
public override void copy(MgObject src) { touchvgPINVOKE.MgGrid_copy(swigCPtr, MgObject.getCPtr(src)); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } }
public override bool equals(MgObject src) { bool ret = touchvgPINVOKE.MgGrid_equals(swigCPtr, MgObject.getCPtr(src)); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public override void copy(MgObject src) { if (SwigDerivedClassHasMethod("copy", swigMethodTypes1)) { touchvgPINVOKE.MgBaseShape_copySwigExplicitMgBaseShape(swigCPtr, MgObject.getCPtr(src)); } else { touchvgPINVOKE.MgBaseShape_copy(swigCPtr, MgObject.getCPtr(src)); } if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } }
private IntPtr SwigDirectorclone() { return(MgObject.getCPtr(clone()).Handle); }
public override bool equals(MgObject src) { bool ret = (SwigDerivedClassHasMethod("equals", swigMethodTypes4) ? touchvgPINVOKE.MgBaseShape_equalsSwigExplicitMgBaseShape(swigCPtr, MgObject.getCPtr(src)) : touchvgPINVOKE.MgBaseShape_equals(swigCPtr, MgObject.getCPtr(src))); if (touchvgPINVOKE.SWIGPendingException.Pending) { throw touchvgPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }