VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfComboBoxObjectTransformer Class / UpdateDropDownButtonLocationAndSize(WpfImageViewer,VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
UpdateDropDownButtonLocationAndSize(WpfImageViewer,VintasoftImage) Method (WpfComboBoxObjectTransformer)
In This Topic
Updates the location and size of DropDownButton.
Syntax
'Declaration

Protected Overridable Sub UpdateDropDownButtonLocationAndSize( _
ByVal viewer
The viewer.
As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal image
The image.
As Vintasoft.Imaging.VintasoftImage _
)
protected virtual void UpdateDropDownButtonLocationAndSize(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image
)

Parameters

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