Alsing.Drawing.GDI.GDISurface.GDISurface C# (CSharp) Method

GDISurface() public method

public GDISurface ( IntPtr hDC ) : System
hDC System.IntPtr
return 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