コード例 #1
0
ファイル: LassoSelection.cs プロジェクト: pr1m3c0d3/Fusee
 public static void Free(SWIGTYPE_p_p_LassoSelection ls) {
   C4dApiPINVOKE.LassoSelection_Free(SWIGTYPE_p_p_LassoSelection.getCPtr(ls));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_LassoSelection obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }