VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewerBase Class / TranslateScrolls(Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
TranslateScrolls(Single,Single) Method (ImageViewerBase)
In This Topic
Translates the scrolls by specified horizontal and vertical offset.
Syntax
'Declaration

Public Overridable Function TranslateScrolls( _
ByVal horizontalOffset
The horizontal offset.
As Single, _
ByVal verticalOffset
The vertical offset.
As Single _
) As Boolean
public virtual bool TranslateScrolls(
float horizontalOffset,
float verticalOffset
)

Parameters

horizontalOffset
The horizontal offset.
verticalOffset
The vertical offset.

Return Value

True if scrolling is performed successfully; otherwise, false.
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