Alsing.Drawing.GDI.GDISurface.GDISurface C# (CSharp) 메소드

GDISurface() 공개 메소드

public GDISurface ( IntPtr hDC ) : System
hDC System.IntPtr
리턴 System
        public GDISurface(IntPtr hDC)
        {
            mhDC = hDC;
        }

Same methods

GDISurface::GDISurface ( int width, int height, Control CompatibleControl, bool BindControl ) : System
GDISurface::GDISurface ( int width, int height, GDISurface surface ) : System
GDISurface::GDISurface ( int width, int height, IntPtr hdc ) : System