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

GDISurface() public method

public GDISurface ( int width, int height, GDISurface surface ) : System
width int
height int
surface GDISurface
return System
        public GDISurface(int width, int height, GDISurface surface)
        {
            Init(width, height, surface.hDC);
            Create();
        }

Same methods

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