示例#1
0
 public static void Free(SWIGTYPE_p_p_ColorProfile profile)
 {
     C4dApiPINVOKE.ColorProfile_Free(SWIGTYPE_p_p_ColorProfile.getCPtr(profile));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_ColorProfile obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }