Click or drag to resize
Win32UpdateLayeredWindow Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public static Win32Bool UpdateLayeredWindow(
	IntPtr hwnd,
	IntPtr hdcDst,
	ref Win32Point pptDst,
	ref Win32Size psize,
	IntPtr hdcSrc,
	ref Win32Point pprSrc,
	int crKey,
	ref Win32BLENDFUNCTION pblend,
	int dwFlags
)

Parameters

hwnd
Type: SystemIntPtr
hdcDst
Type: SystemIntPtr
pptDst
Type: DataPAEnterpriseDashboardWin32Point
psize
Type: DataPAEnterpriseDashboardWin32Size
hdcSrc
Type: SystemIntPtr
pprSrc
Type: DataPAEnterpriseDashboardWin32Point
crKey
Type: SystemInt32
pblend
Type: DataPAEnterpriseDashboardWin32BLENDFUNCTION
dwFlags
Type: SystemInt32

Return Value

Type: Win32Bool
See Also