Nevron .NET Vision
Nevron.Chart Namespace / NContentPanel Class / CalculateZoomedContentArea Method


In This Topic
    CalculateZoomedContentArea Method
    In This Topic
    Gets the zoomed content area (after the content area zoom factors are applied)
    Syntax
    'Declaration
     
    
    Public Function CalculateZoomedContentArea() As NRectangleF
    'Usage
     
    
    Dim instance As NContentPanel
    Dim value As NRectangleF
     
    value = instance.CalculateZoomedContentArea()
    public NRectangleF CalculateZoomedContentArea()
    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