Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NChart Class / CalculateProjection Method


In This Topic
    CalculateProjection Method
    In This Topic
    Calculates the chart projection
    Syntax
    'Declaration
     
    
    Protected Sub CalculateProjection( _
       ByVal contentBounds As NRectangle, _
       ByVal sceneDimensions As NVector3DF, _
       ByVal sceneOffset As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NChart
    Dim contentBounds As NRectangle
    Dim sceneDimensions As NVector3DF
    Dim sceneOffset As NVector3DF
     
    instance.CalculateProjection(contentBounds, sceneDimensions, sceneOffset)
    protected void CalculateProjection( 
       NRectangle contentBounds,
       NVector3DF sceneDimensions,
       NVector3DF sceneOffset
    )

    Parameters

    contentBounds
    sceneDimensions
    sceneOffset
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also