'Declaration Protected Overrides 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 override void UpdateTextBoxLocationAndSize(
Vintasoft.Imaging.UI.ImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.PointF locationInObjectSpace
)
protected: void UpdateTextBoxLocationAndSize(
Vintasoft.Imaging.UI.ImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.PointF locationInObjectSpace
); override
protected:
void UpdateTextBoxLocationAndSize(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.PointF locationInObjectSpace
); override
Parameters
- viewer
- The viewer.
- image
- The image.
- locationInObjectSpace
- The location in object space.