Move offsetX in horizontal,offsetY in vertical from current scroll location.

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual void Move(
	float offsetX,
	float offsetY
)
Public Overridable Sub Move ( 
	offsetX As Single,
	offsetY As Single
)
public:
virtual void Move(
	float offsetX, 
	float offsetY
)
abstract Move : 
        offsetX : float32 * 
        offsetY : float32 -> unit 
override Move : 
        offsetX : float32 * 
        offsetY : float32 -> unit 

Parameters

offsetX
Single
Offset from current scroll location in horizontal
offsetY
Single
Offset from current scroll location in vertical.

See Also