Ejemplo n.º 1
0
        public static MgEllipse fromHandle(int h)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgEllipse_fromHandle(h);
            MgEllipse             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MgEllipse(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
        public static MgEllipse cast(MgBaseShape obj)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgEllipse_cast(MgBaseShape.getCPtr(obj));
            MgEllipse             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MgEllipse(cPtr, false);

            return(ret);
        }
Ejemplo n.º 3
0
        public static MgEllipse create()
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgEllipse_create();
            MgEllipse             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MgEllipse(cPtr, false);

            return(ret);
        }
Ejemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgEllipse obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgEllipse obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }