Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NMatrix Structure / NMatrix Constructor / NMatrix Constructor(Double,Double,NPoint)
x scale
y scale
pin point


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

    Parameters

    scaleX
    x scale
    scaleY
    y scale
    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