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


In This Topic
    Rotation Property (NProjection)
    In This Topic
    Gets or sets the rotation of the viewpoint in degrees.
    Syntax
    'Declaration
     
    
    Public Property Rotation As System.Single
    'Usage
     
    
    Dim instance As NProjection
    Dim value As System.Single
     
    instance.Rotation = value
     
    value = instance.Rotation
    public System.float Rotation {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