Inheritance: touchvg.core.MgBaseLines
コード例 #1
0
ファイル: MgLines.cs プロジェクト: shuangyou/TouchVG
        public static MgLines create()
        {
            IntPtr  cPtr = touchvgPINVOKE.MgLines_create();
            MgLines ret  = (cPtr == IntPtr.Zero) ? null : new MgLines(cPtr, false);

            return(ret);
        }
コード例 #2
0
ファイル: MgLines.cs プロジェクト: vvhh2002/TouchVG
 internal static HandleRef getCPtr(MgLines obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #3
0
ファイル: MgLines.cs プロジェクト: shuangyou/TouchVG
 internal static HandleRef getCPtr(MgLines obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }