VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / GetThumbnailsGridSize(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
GetThumbnailsGridSize(Int32,Int32) Method (WpfThumbnailViewer)
In This Topic
Returns a size of thumbnails grid.
Syntax
'Declaration

Public Sub GetThumbnailsGridSize( _
ByRef rows
Row count in thumbnails grid.
As System.Int32, _
ByRef columns
Column count of thumbnails grid.
As System.Int32 _
)
public void GetThumbnailsGridSize(
out System.Int32 rows,
out System.Int32 columns
)

Parameters

rows
Row count in thumbnails grid.
columns
Column count of thumbnails grid.
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