VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / AnimatedImageViewer Class / SetFocusedIndex(Int32) Method
Syntax Requirements SeeAlso
In This Topic
SetFocusedIndex(Int32) Method (AnimatedImageViewer)
In This Topic
Sets the index of focused image when animation started.
Syntax
'Declaration

Public Sub SetFocusedIndex( _
ByVal value
Value of new focused index.
As System.Int32 _
)
public void SetFocusedIndex(
System.Int32 value
)

Parameters

value
Value of new focused index.
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