System.Drawing.Graphics.Graphics C# (CSharp) Méthode

Graphics() private méthode

private Graphics ( ) : AppKit
Résultat AppKit
        private Graphics()
            : this(UIGraphics.GetCurrentContext(), UIScreen.MainScreen.Scale)
        {
        }

Same methods

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