点击或拖拽改变大小

UnmanagedMethodsAlphaBlend 方法

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <summary> 文档]

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public static bool AlphaBlend(
	IntPtr hdcDest,
	int nXOriginDest,
	int nYOriginDest,
	int nWidthDest,
	int nHeightDest,
	IntPtr hdcSrc,
	int nXOriginSrc,
	int nYOriginSrc,
	int nWidthSrc,
	int nHeightSrc,
	UnmanagedMethodsBLENDFUNCTION blendFunction
)

参数

hdcDest
类型:SystemIntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="hdcDest"/> 文档]

nXOriginDest
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="nXOriginDest"/> 文档]

nYOriginDest
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="nYOriginDest"/> 文档]

nWidthDest
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="nWidthDest"/> 文档]

nHeightDest
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="nHeightDest"/> 文档]

hdcSrc
类型:SystemIntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="hdcSrc"/> 文档]

nXOriginSrc
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="nXOriginSrc"/> 文档]

nYOriginSrc
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="nYOriginSrc"/> 文档]

nWidthSrc
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="nWidthSrc"/> 文档]

nHeightSrc
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="nHeightSrc"/> 文档]

blendFunction
类型:CPF.WindowsUnmanagedMethodsBLENDFUNCTION

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <param name="blendFunction"/> 文档]

返回值

类型:Boolean

[缺少 "M:CPF.Windows.UnmanagedMethods.AlphaBlend(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.BLENDFUNCTION)" 的 <returns> 文档]

参见