Nevron.UI.WinForm.Controls Namespace / NUIRenderer Class / DrawImage Method / DrawImage(Graphics,NDrawImageInfo) Method


DrawImage(Graphics,NDrawImageInfo) Method
Syntax
'Declaration
 
Public Overloads Shared Sub DrawImage( _
   ByVal g As System.Drawing.Graphics, _
   ByVal info As NDrawImageInfo _
) 
 
'Usage
 
Dim g As System.Drawing.Graphics
Dim info As NDrawImageInfo
 
NUIRenderer.DrawImage(g, info)

Parameters

g
info
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also