Click or drag to resize

Win32ScrollWindow Method (IntPtr, Int32, Int32, IntPtr, IntPtr)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.ScrollWindow(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.IntPtr)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool ScrollWindow(
	IntPtr hWnd,
	int xAmount,
	int yAmount,
	IntPtr rectScrollRegion,
	IntPtr rectClip
)

Parameters

hWnd
Type: SystemIntPtr

[Missing <param name="hWnd"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.ScrollWindow(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.IntPtr)"]

xAmount
Type: SystemInt32

[Missing <param name="xAmount"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.ScrollWindow(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.IntPtr)"]

yAmount
Type: SystemInt32

[Missing <param name="yAmount"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.ScrollWindow(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.IntPtr)"]

rectScrollRegion
Type: SystemIntPtr

[Missing <param name="rectScrollRegion"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.ScrollWindow(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.IntPtr)"]

rectClip
Type: SystemIntPtr

[Missing <param name="rectClip"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.ScrollWindow(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.IntPtr)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.ScrollWindow(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.IntPtr)"]

See Also