System.Drawing.Graphics.Graphics C# (CSharp) 메소드

Graphics() 공개 메소드

public Graphics ( CGContext context, bool flipped = true ) : AppKit
context CGContext
flipped bool
리턴 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