Nevron .NET Vision
Nevron.Diagram Namespace / NWinFormControlHostPrimitive Class / DrawToBitmap Method


In This Topic
    DrawToBitmap Method (NWinFormControlHostPrimitive)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub DrawToBitmap( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal bitmap As System.Drawing.Bitmap, _
       ByVal targetBounds As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As NWinFormControlHostPrimitive
    Dim control As System.Windows.Forms.Control
    Dim bitmap As System.Drawing.Bitmap
    Dim targetBounds As System.Drawing.Rectangle
     
    instance.DrawToBitmap(control, bitmap, targetBounds)
    protected virtual void DrawToBitmap( 
       System.Windows.Forms.Control control,
       System.Drawing.Bitmap bitmap,
       System.Drawing.Rectangle targetBounds
    )

    Parameters

    control
    bitmap
    targetBounds
    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