点击或拖拽改变大小

AlphaStretch 构造函数

初始化 AlphaStretch 类的一个新实例

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public AlphaStretch(
	IntPtr sourceDc,
	IntPtr destDc,
	Rectangle src,
	Rectangle dest,
	int depth,
	byte opacity
)

参数

sourceDc
类型:SystemIntPtr

[缺少 "M:DSkin.Controls.AlphaStretch.#ctor(System.IntPtr,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Byte)" 的 <param name="sourceDc"/> 文档]

destDc
类型:SystemIntPtr

[缺少 "M:DSkin.Controls.AlphaStretch.#ctor(System.IntPtr,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Byte)" 的 <param name="destDc"/> 文档]

src
类型:System.DrawingRectangle

[缺少 "M:DSkin.Controls.AlphaStretch.#ctor(System.IntPtr,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Byte)" 的 <param name="src"/> 文档]

dest
类型:System.DrawingRectangle

[缺少 "M:DSkin.Controls.AlphaStretch.#ctor(System.IntPtr,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Byte)" 的 <param name="dest"/> 文档]

depth
类型:SystemInt32

[缺少 "M:DSkin.Controls.AlphaStretch.#ctor(System.IntPtr,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Byte)" 的 <param name="depth"/> 文档]

opacity
类型:SystemByte

[缺少 "M:DSkin.Controls.AlphaStretch.#ctor(System.IntPtr,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Byte)" 的 <param name="opacity"/> 文档]

参见