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

    Parameters

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