VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / ScaleAt(Double,Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    ScaleAt(Double,Double,Double,Double) Method (AffineMatrix)
    In This Topic
    Scales this AffineMatrix by the specified amount about the specified point.
    Syntax
    'Declaration
    
    Public Sub ScaleAt( _
    ByVal scaleX
    The amount by which to scale this AffineMatrix along the x-axis.
    As Double, _
    ByVal scaleY
    The amount by which to scale this AffineMatrix along the y-axis.
    As Double, _
    ByVal centerX
    The x-coordinate of the scale operation's center point.
    As Double, _
    ByVal centerY
    The y-coordinate of the scale operation's center point.
    As Double _
    )

    Parameters

    scaleX
    The amount by which to scale this AffineMatrix along the x-axis.
    scaleY
    The amount by which to scale this AffineMatrix along the y-axis.
    centerX
    The x-coordinate of the scale operation's center point.
    centerY
    The y-coordinate of the scale operation's center point.
    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