VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / TranslatePrepend(Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    TranslatePrepend(Double,Double) Method (AffineMatrix)
    In This Topic
    Prepends a translation of the specified offsets to this AffineMatrix.
    Syntax
    'Declaration
    
    Public Sub TranslatePrepend( _
    ByVal offsetX
    The amount to offset this AffineMatrix along the x-axis.
    As Double, _
    ByVal offsetY
    The amount to offset this AffineMatrix along the y-axis.
    As Double _
    )
    public void TranslatePrepend(
    double offsetX,
    double offsetY
    )
    public: void TranslatePrepend(
    double offsetX,
    double offsetY
    )
    public:
    void TranslatePrepend(
    double offsetX,
    double offsetY
    )

    Parameters

    offsetX
    The amount to offset this AffineMatrix along the x-axis.
    offsetY
    The amount to offset this AffineMatrix along the y-axis.
    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