VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / ComboBoxObjectTransformer Class / UpdateTextBoxLocationAndSize(ImageViewer,VintasoftImage,PointF) Method
Syntax Requirements SeeAlso
In This Topic
UpdateTextBoxLocationAndSize(ImageViewer,VintasoftImage,PointF) Method (ComboBoxObjectTransformer)
In This Topic
Updates the location and size of System.Windows.Forms.TextBox.
Syntax
'Declaration

Protected Overrides 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 override 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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also