Nevron .NET Vision
Nevron.UI.WinForm Namespace / NControlHelper Class / PrintClient Method / PrintClient(Control,Rectangle,Boolean) Method


In This Topic
    PrintClient(Control,Rectangle,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function PrintClient( _
       ByVal c As System.Windows.Forms.Control, _
       ByVal clip As System.Drawing.Rectangle, _
       ByVal nonClient As System.Boolean _
    ) As System.Drawing.Bitmap
    'Usage
     
    
    Dim c As System.Windows.Forms.Control
    Dim clip As System.Drawing.Rectangle
    Dim nonClient As System.Boolean
    Dim value As System.Drawing.Bitmap
     
    value = NControlHelper.PrintClient(c, clip, nonClient)
    public static System.Drawing.Bitmap PrintClient( 
       System.Windows.Forms.Control c,
       System.Drawing.Rectangle clip,
       System.bool nonClient
    )

    Parameters

    c
    clip
    nonClient
    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