Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NMatrix Structure / NMatrix Constructor / NMatrix Constructor(Double,NPoint)
angle (in radians)
pin point


In This Topic
    NMatrix Constructor(Double,NPoint)
    In This Topic
    Constructs a new rotation matrix, which rotates around the specified pin
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal angle As System.Double, _
       ByVal pin As NPoint _
    )
    'Usage
     
    
    Dim angle As System.Double
    Dim pin As NPoint
     
    Dim instance As New NMatrix(angle, pin)
    public NMatrix( 
       System.double angle,
       NPoint pin
    )

    Parameters

    angle
    angle (in radians)
    pin
    pin point
    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