VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / TextObjectTextBoxTransformer Class / UpdateTextBoxLocationAndSize(ImageViewer,VintasoftImage,PointF) Method
Syntax Requirements SeeAlso
In This Topic
    UpdateTextBoxLocationAndSize(ImageViewer,VintasoftImage,PointF) Method (TextObjectTextBoxTransformer)
    In This Topic
    Updates the location and size of TextBox.
    Syntax
    'Declaration
    
    Protected Overridable Sub UpdateTextBoxLocationAndSize( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.UI.ImageViewer, _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal locationInObjectSpace
    The location in object space.
    As System.Drawing.PointF _
    )
    protected virtual void UpdateTextBoxLocationAndSize(
    Vintasoft.Imaging.UI.ImageViewer viewer,
    Vintasoft.Imaging.VintasoftImage image,
    System.Drawing.PointF locationInObjectSpace
    )
    protected: virtual void UpdateTextBoxLocationAndSize(
    Vintasoft.Imaging.UI.ImageViewer* viewer,
    Vintasoft.Imaging.VintasoftImage* image,
    System.Drawing.PointF locationInObjectSpace
    )
    protected:
    virtual void UpdateTextBoxLocationAndSize(
    Vintasoft.Imaging.UI.ImageViewer^ viewer,
    Vintasoft.Imaging.VintasoftImage^ image,
    System.Drawing.PointF locationInObjectSpace
    )

    Parameters

    viewer
    The viewer.
    image
    The image.
    locationInObjectSpace
    The location in object space.
    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