Nevron .NET Vision
Nevron.Chart Namespace / INPrintPageLayout Interface / GetSampleBounds Method
page index
page sample
pring event arguments


In This Topic
    GetSampleBounds Method (INPrintPageLayout)
    In This Topic
    Gets the sample bounds for the specified page
    Syntax
    'Declaration
     
    
    Function GetSampleBounds( _
       ByVal page As System.Integer, _
       ByVal sample As System.Integer, _
       ByVal e As System.Drawing.Printing.PrintPageEventArgs _
    ) As NRectangleF
    'Usage
     
    
    Dim instance As INPrintPageLayout
    Dim page As System.Integer
    Dim sample As System.Integer
    Dim e As System.Drawing.Printing.PrintPageEventArgs
    Dim value As NRectangleF
     
    value = instance.GetSampleBounds(page, sample, e)
    NRectangleF GetSampleBounds( 
       System.int page,
       System.int sample,
       System.Drawing.Printing.PrintPageEventArgs e
    )

    Parameters

    page
    page index
    sample
    page sample
    e
    pring event arguments
    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