VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / ComboBoxObjectTransformer Class / UpdateTextBoxLocationAndSize(ImageViewer,VintasoftImage,PointF) Method
Синтаксис Требования Смотрите также
В этом разделе
    UpdateTextBoxLocationAndSize(ImageViewer,VintasoftImage,PointF) Метод (ComboBoxObjectTransformer)
    В этом разделе
    Обновляет расположение и размер System.Windows.Forms.TextBox.
    Синтаксис
    'Declaration
    
    Protected Overrides Sub UpdateTextBoxLocationAndSize( _
    ByVal viewer
    Просмотрщик.
    As Vintasoft.Imaging.UI.ImageViewer, _
    ByVal image
    Изображение.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal locationInObjectSpace
    Местоположение в пространстве объекта.
    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
    Просмотрщик.
    image
    Изображение.
    locationInObjectSpace
    Местоположение в пространстве объекта.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также