Nevron .NET Vision
Nevron.Chart Namespace / NPrintPageLayout Class / GetSampleBounds Method


In This Topic
    GetSampleBounds Method (NPrintPageLayout)
    In This Topic
    Prints the sample on the page.
    Syntax
    'Declaration
     
    
    Public MustOverride 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 NPrintPageLayout
    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)
    public abstract NRectangleF GetSampleBounds( 
       System.int page,
       System.int sample,
       System.Drawing.Printing.PrintPageEventArgs e
    )

    Parameters

    page
    sample
    e
    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