System.Windows.Forms.XplatUICarbon.CGImageCreate C# (CSharp) Method

CGImageCreate() private method

private CGImageCreate ( int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, IntPtr colorspace, uint bitmapInfo, IntPtr provider, IntPtr decode, int shouldInterpolate, int intent ) : IntPtr
width int
height int
bitsPerComponent int
bitsPerPixel int
bytesPerRow int
colorspace System.IntPtr
bitmapInfo uint
provider System.IntPtr
decode System.IntPtr
shouldInterpolate int
intent int
return System.IntPtr
		extern static IntPtr CGImageCreate (int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, IntPtr colorspace, uint bitmapInfo, IntPtr provider, IntPtr decode, int shouldInterpolate, int intent);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon