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