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


In This Topic
    DrawImage(Graphics,Image,NImageRenderOptions,Rectangle,Rectangle) Method
    In This Topic
    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)
    public static void DrawImage( 
       System.Drawing.Graphics g,
       System.Drawing.Image img,
       NImageRenderOptions options,
       System.Drawing.Rectangle src,
       System.Drawing.Rectangle 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