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

Graphics() private method

private Graphics ( CGContext context, nfloat screenScale ) : AppKit
context CGContext
screenScale nfloat
return AppKit
        private Graphics(CGContext context, nfloat screenScale)
        {
            var gc = context;
            nativeObject = gc;
            this.screenScale = (float)screenScale;
            InitializeContext(gc);
        }

Same methods

Graphics::Graphics ( ) : AppKit
Graphics::Graphics ( CGContext context ) : AppKit
Graphics::Graphics ( CGContext context, bool flipped = true ) : AppKit
Graphics::Graphics ( NSGraphicsContext context ) : AppKit