NevronOpenVision
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
    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