'Declaration Protected Overridable Sub UpdateTextBoxLocationAndSize( _
ByVal viewerThe viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal locationInObjectSpaceThe 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.