VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / ScaleAtPrepend(Double,Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    ScaleAtPrepend(Double,Double,Double,Double) Method (AffineMatrix)
    In This Topic
    Prepends the specified scale about the specified point of this AffineMatrix.
    Syntax
    'Declaration
    
    Public Sub ScaleAtPrepend( _
    ByVal scaleX
    The x-axis scale factor.
    As Double, _
    ByVal scaleY
    The y-axis scale factor.
    As Double, _
    ByVal centerX
    The x-coordinate of the point about which the scale operation is performed.
    As Double, _
    ByVal centerY
    The y-coordinate of the point about which the scale operation is performed.
    As Double _
    )
    public void ScaleAtPrepend(
    double scaleX,
    double scaleY,
    double centerX,
    double centerY
    )
    public: void ScaleAtPrepend(
    double scaleX,
    double scaleY,
    double centerX,
    double centerY
    )
    public:
    void ScaleAtPrepend(
    double scaleX,
    double scaleY,
    double centerX,
    double centerY
    )

    Parameters

    scaleX
    The x-axis scale factor.
    scaleY
    The y-axis scale factor.
    centerX
    The x-coordinate of the point about which the scale operation is performed.
    centerY
    The y-coordinate of the point about which the scale operation is performed.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also