Nevron.Chart Namespace / INPrintPageLayout Interface / GetSampleBounds Method


GetSampleBounds Method (INPrintPageLayout)
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)

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