Click or drag to resize

Win32ScrollWindowEx Method

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

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool ScrollWindowEx(
	IntPtr hWnd,
	int nXAmount,
	int nYAmount,
	IntPtr rectScrollRegion,
	IntPtr rectClip,
	IntPtr hrgnUpdate,
	IntPtr prcUpdate,
	int flags
)

Parameters

hWnd
Type: SystemIntPtr

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

nXAmount
Type: SystemInt32

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

nYAmount
Type: SystemInt32

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

rectScrollRegion
Type: SystemIntPtr

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

rectClip
Type: SystemIntPtr

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

hrgnUpdate
Type: SystemIntPtr

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

prcUpdate
Type: SystemIntPtr

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

flags
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also