VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / ComboBoxObjectTransformer Class / UpdateListBoxLocationAndSize(ImageViewer,VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    UpdateListBoxLocationAndSize(ImageViewer,VintasoftImage) Method (ComboBoxObjectTransformer)
    In This Topic
    Updates the location and size of ListBox.
    Syntax
    'Declaration
    
    Protected Overridable Sub UpdateListBoxLocationAndSize( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.UI.ImageViewer, _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage _
    )
    protected virtual void UpdateListBoxLocationAndSize(
    Vintasoft.Imaging.UI.ImageViewer viewer,
    Vintasoft.Imaging.VintasoftImage image
    )
    protected: virtual void UpdateListBoxLocationAndSize(
    Vintasoft.Imaging.UI.ImageViewer* viewer,
    Vintasoft.Imaging.VintasoftImage* image
    )
    protected:
    virtual void UpdateListBoxLocationAndSize(
    Vintasoft.Imaging.UI.ImageViewer^ viewer,
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    viewer
    The viewer.
    image
    The image.
    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