Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewMessageControl Class / DrawImage Method


In This Topic
    DrawImage Method (NViewMessageControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub DrawImage( _
       ByVal g As System.Drawing.Graphics, _
       ByVal image As System.Drawing.Image, _
       ByVal r As System.Drawing.Rectangle, _
       ByVal align As System.Drawing.ContentAlignment _
    ) 
    'Usage
     
    
    Dim instance As NViewMessageControl
    Dim g As System.Drawing.Graphics
    Dim image As System.Drawing.Image
    Dim r As System.Drawing.Rectangle
    Dim align As System.Drawing.ContentAlignment
     
    instance.DrawImage(g, image, r, align)
    protected void DrawImage( 
       System.Drawing.Graphics g,
       System.Drawing.Image image,
       System.Drawing.Rectangle r,
       System.Drawing.ContentAlignment align
    )

    Parameters

    g
    image
    r
    align
    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