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

    Parameters

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