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

    Parameters

    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