예제 #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
파일: MgRoundRect.cs 프로젝트: rhcad/vgwpf
 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;
 }