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

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

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

            return(ret);
        }
示例#4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgPathShape 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(MgPathShape obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }