Functions.DrawThemeEdge 方法 | |
命名空间:
VOGUIClasses
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 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
public static int DrawThemeEdge(
void* hTheme,
void* hdc,
int iPartId,
int iStateId,
void* pDestRect,
uint uEdge,
uint uFlags,
void* pContentRect
)
查看代码参数
- hTheme
- 类型:Void*
- hdc
- 类型:Void*
- iPartId
- 类型:Int32
- iStateId
- 类型:Int32
- pDestRect
- 类型:Void*
- uEdge
- 类型:UInt32
- uFlags
- 类型:UInt32
- pContentRect
- 类型:Void*
返回值
类型:
Int32参见