MonoMac.CoreGraphics.CGBitmapContext.CGBitmapContextCreate C# (CSharp) Метод

CGBitmapContextCreate() приватный Метод

private CGBitmapContextCreate ( IntPtr data, UIntPtr width, UIntPtr height, UIntPtr bitsPerComponent, UIntPtr bytesPerRow, IntPtr colorSpace, uint bitmapInfo ) : IntPtr
data System.IntPtr
width System.UIntPtr
height System.UIntPtr
bitsPerComponent System.UIntPtr
bytesPerRow System.UIntPtr
colorSpace System.IntPtr
bitmapInfo uint
Результат System.IntPtr
        static extern IntPtr CGBitmapContextCreate(IntPtr data, UIntPtr width, UIntPtr height, UIntPtr bitsPerComponent, 
				UIntPtr bytesPerRow, IntPtr colorSpace, uint bitmapInfo);