Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMatrix2DD Structure / Rotation Property


In This Topic
    Rotation Property (NMatrix2DD)
    In This Topic
    Obtains the rotation (in radians)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rotation As System.Double
    'Usage
     
    
    Dim instance As NMatrix2DD
    Dim value As System.Double
     
    value = instance.Rotation
    public System.double Rotation {get;}
    Remarks
    The rotatoin is calculated as the angle between the transformed (0, 0);(1, 0) vector and the X axis.
    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