Alsing.Drawing.GDI.GDISurface.GDISurface C# (CSharp) Метод

GDISurface() публичный Метод

public GDISurface ( int width, int height, IntPtr hdc ) : System
width int
height int
hdc System.IntPtr
Результат 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