Nevron.GraphicsCore Namespace / NProjection Class / SetPredefinedProjection Method


In This Topic
    SetPredefinedProjection Method (NProjection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetPredefinedProjection( _
       ByVal predefinedProjection As PredefinedProjection _
    ) 
    'Usage
     
    
    Dim instance As NProjection
    Dim predefinedProjection As PredefinedProjection
     
    instance.SetPredefinedProjection(predefinedProjection)
    public void SetPredefinedProjection( 
       PredefinedProjection predefinedProjection
    )

    Parameters

    predefinedProjection
    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