示例#1
0
        public static MgRoundRect fromHandle(int h)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgRoundRect_fromHandle(h);
            MgRoundRect           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MgRoundRect(cPtr, false);

            return(ret);
        }
示例#2
0
        public static MgRoundRect cast(MgBaseShape obj)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgRoundRect_cast(MgBaseShape.getCPtr(obj));
            MgRoundRect           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MgRoundRect(cPtr, false);

            return(ret);
        }
示例#3
0
        public static MgRoundRect create()
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgRoundRect_create();
            MgRoundRect           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MgRoundRect(cPtr, false);

            return(ret);
        }
示例#4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgRoundRect obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgRoundRect obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }