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

GDISurface() public method

public GDISurface ( int width, int height, IntPtr hdc ) : System
width int
height int
hdc System.IntPtr
return System
        public GDISurface(int width, int height, IntPtr hdc)
        {
            Init(width, height, 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, GDISurface surface ) : System