VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / ThumbnailImageItem Class / ArrangeOverride(Size) Method
Syntax Requirements SeeAlso
In This Topic
ArrangeOverride(Size) Method (ThumbnailImageItem)
In This Topic
Arranges and sizes the content of an ThumbnailImageItem object.
Syntax
'Declaration

Protected Overrides Function ArrangeOverride( _
ByVal finalSize
The computed size that is used to arrange the content.
As System.Windows.Size _
) As System.Windows.Size
protected override System.Windows.Size ArrangeOverride(
System.Windows.Size finalSize
)

Parameters

finalSize
The computed size that is used to arrange the content.

Return Value

The size of the content.
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