internal static HandleRef getCPtr(ColorProfileConvert obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public void GetPixelCnt(int x, int y, int cnt, SWIGTYPE_p_UCHAR buffer, int inc, COLORMODE dstmode, PIXELCNT flags, ColorProfileConvert conversion) { C4dApiPINVOKE.BaseBitmap_GetPixelCnt__SWIG_0(swigCPtr, x, y, cnt, SWIGTYPE_p_UCHAR.getCPtr(buffer), inc, (int)dstmode, (int)flags, ColorProfileConvert.getCPtr(conversion)); }