Nevron .NET Vision
Nevron.Chart.View Namespace / NChartPrintView Class / Print Method
specified in hundreds of an inch


In This Topic
    Print Method (NChartPrintView)
    In This Topic
    Prints a chart document on the specified printer graphics with the specified position
    Syntax
    'Declaration
     
    
    Public Sub Print( _
       ByVal bounds As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As NChartPrintView
    Dim bounds As NRectangleF
     
    instance.Print(bounds)
    public void Print( 
       NRectangleF bounds
    )

    Parameters

    bounds
    specified in hundreds of an inch
    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