System.Drawing.Graphics.Graphics C# (CSharp) Method

Graphics() public method

public Graphics ( CGContext context, bool flipped = true ) : AppKit
context CGContext
flipped bool
return AppKit
        public Graphics(CGContext context, bool flipped = true)
        {
            if (context == null)
                throw new ArgumentNullException ("context");
            isFlipped = flipped;
            screenScale = 1;
            InitializeContext(context);
        }

Same methods

Graphics::Graphics ( ) : AppKit
Graphics::Graphics ( CGContext context ) : AppKit
Graphics::Graphics ( CGContext context, nfloat screenScale ) : AppKit
Graphics::Graphics ( NSGraphicsContext context ) : AppKit