Nevron.UI Namespace / NImageRenderer Class / DrawImage Method / DrawImage(Graphics,Image,NImageRenderOptions,Rectangle,Rectangle) Method


DrawImage(Graphics,Image,NImageRenderOptions,Rectangle,Rectangle) Method
Syntax
'Declaration
 
Public Overloads Shared Sub DrawImage( _
   ByVal g As System.Drawing.Graphics, _
   ByVal img As System.Drawing.Image, _
   ByVal options As NImageRenderOptions, _
   ByVal src As System.Drawing.Rectangle, _
   ByVal dest As System.Drawing.Rectangle _
) 
 
'Usage
 
Dim g As System.Drawing.Graphics
Dim img As System.Drawing.Image
Dim options As NImageRenderOptions
Dim src As System.Drawing.Rectangle
Dim dest As System.Drawing.Rectangle
 
NImageRenderer.DrawImage(g, img, options, src, dest)

Parameters

g
img
options
src
dest
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