Nevron.Chart Namespace / NModel3DToViewTransformation Structure / NModel3DToViewTransformation Constructor / NModel3DToViewTransformation Constructor(NChartRenderingContext,NProjection)


In This Topic
    NModel3DToViewTransformation Constructor(NChartRenderingContext,NProjection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal context As NChartRenderingContext, _
       ByVal projection As NProjection _
    )
    'Usage
     
    
    Dim context As NChartRenderingContext
    Dim projection As NProjection
     
    Dim instance As New NModel3DToViewTransformation(context, projection)
    public NModel3DToViewTransformation( 
       NChartRenderingContext context,
       NProjection projection
    )

    Parameters

    context
    projection
    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