VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / PointBasedObjectRectangularTransformer Class / Translate(Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    Translate(Single,Single) Method (PointBasedObjectRectangularTransformer)
    In This Topic
    Translates the interactive object at specified offset.
    Syntax
    'Declaration
    
    Public Sub Translate( _
    ByVal dx
    The x value by which to translate an interactive object.
    As Single, _
    ByVal dy
    The y value by which to translate an interactive object.
    As Single _
    )
    public void Translate(
    float dx,
    float dy
    )
    public: void Translate(
    float dx,
    float dy
    )
    public:
    void Translate(
    float dx,
    float dy
    )

    Parameters

    dx
    The x value by which to translate an interactive object.
    dy
    The y value by which to translate an interactive object.
    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