Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapSeriesBase Class / GetClipBounds Method


In This Topic
    GetClipBounds Method
    In This Topic
    Gets the current clip bounds
    Syntax
    'Declaration
     
    
    Protected Function GetClipBounds( _
       ByVal context As NChartRenderingContext2D _
    ) As NRectangleF
    'Usage
     
    
    Dim instance As NHeatMapSeriesBase
    Dim context As NChartRenderingContext2D
    Dim value As NRectangleF
     
    value = instance.GetClipBounds(context)
    protected NRectangleF GetClipBounds( 
       NChartRenderingContext2D context
    )

    Parameters

    context
    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