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

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

private CGBitmapContext ( IntPtr handle, bool owns ) : System
handle System.IntPtr
owns bool
Результат System
        internal CGBitmapContext(IntPtr handle, bool owns)
            : base(handle, owns)
        {
        }

Same methods

CGBitmapContext::CGBitmapContext ( IntPtr data, int width, int height, int bitsPerComponent, int bytesPerRow, MonoMac.CoreGraphics.CGColorSpace colorSpace, CGImageAlphaInfo bitmapInfo ) : System