Alsing.Drawing.DesktopGraphics.DesktopGraphics C# (CSharp) 메소드

DesktopGraphics() 공개 메소드

public DesktopGraphics ( ) : System
리턴 System
        public DesktopGraphics()
        {
            handle = NativeMethods.GetDesktopWindow();
            hdc = NativeMethods.GetWindowDC(hdc);
            Graphics = Graphics.FromHdc(hdc);
        }