Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NProjection Class / PerspectiveAngle Property


In This Topic
    PerspectiveAngle Property
    In This Topic
    The field of view angle, in degrees when the ProjectionType property is set to ENENProjectionType.Perspective
    Syntax
    'Declaration
     
    
    Public Property PerspectiveAngle As System.Single
    'Usage
     
    
    Dim instance As NProjection
    Dim value As System.Single
     
    instance.PerspectiveAngle = value
     
    value = instance.PerspectiveAngle
    public System.float PerspectiveAngle {get; set;}
    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