public static MgLines fromHandle(int h) { global::System.IntPtr cPtr = touchvgPINVOKE.MgLines_fromHandle(h); MgLines ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgLines(cPtr, false); return(ret); }
public static MgLines cast(MgBaseShape obj) { global::System.IntPtr cPtr = touchvgPINVOKE.MgLines_cast(MgBaseShape.getCPtr(obj)); MgLines ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgLines(cPtr, false); return(ret); }
public static MgLines create() { global::System.IntPtr cPtr = touchvgPINVOKE.MgLines_create(); MgLines ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgLines(cPtr, false); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgLines obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgLines obj) { return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; }