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

RenderTo() public method

public RenderTo ( GDISurface target, int x, int y ) : void
target GDISurface
x int
y int
return void
        public void RenderTo(GDISurface target, int x, int y)
        {
            RenderTo(target.hDC, x, y);
        }

Same methods

GDISurface::RenderTo ( GDISurface target, int SourceX, int SourceY, int Width, int Height, int DestX, int DestY ) : void
GDISurface::RenderTo ( IntPtr hdc, int x, int y ) : void