Click or drag to resize

DrawThemeEdge Function

X#

[Missing <include> target documentation in 'M:VOGUIClasses.Functions.DrawThemeEdge(System.Void*,System.Void*,System.Int32,System.Int32,System.Void*,System.UInt32,System.UInt32,System.Void*)'. File: 'Gui.xml' Path: 'doc/DrawThemeEdge/*']

Namespace:  VOGUIClasses
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 FUNCTION DrawThemeEdge(
	hTheme AS PTR,
	hdc AS PTR,
	iPartId AS LONG,
	iStateId AS LONG,
	pDestRect AS PTR,
	uEdge AS DWORD,
	uFlags AS DWORD,
	pContentRect AS PTR
) AS LONG
Request Example View Source

Parameters

hTheme
Type: Void*
hdc
Type: Void*
iPartId
Type: Long
iStateId
Type: Long
pDestRect
Type: Void*
uEdge
Type: DWord
uFlags
Type: DWord
pContentRect
Type: Void*

Return Value

Type: Long
See Also