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

    Parameters

    offsetY
    The amount to offset this AffineMatrix along the y-axis.
    Requirements

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

    See Also