System.Drawing.Graphics.Graphics C# (CSharp) Метод

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

private Graphics ( CGContext context ) : AppKit
context CGContext
Результат AppKit
        private Graphics(CGContext context)
            : this(context, UIScreen.MainScreen.Scale)
        {
        }

Same methods

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