点击或拖拽改变大小

AnimationEventArgs 构造函数

初始化 AnimationEventArgs 类的一个新实例

命名空间:  DSkin.Animations
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public AnimationEventArgs(
	Bitmap current,
	int index,
	bool final,
	Point offset
)

参数

current
类型:System.DrawingBitmap

[缺少 "M:DSkin.Animations.AnimationEventArgs.#ctor(System.Drawing.Bitmap,System.Int32,System.Boolean,System.Drawing.Point)" 的 <param name="current"/> 文档]

index
类型:SystemInt32

[缺少 "M:DSkin.Animations.AnimationEventArgs.#ctor(System.Drawing.Bitmap,System.Int32,System.Boolean,System.Drawing.Point)" 的 <param name="index"/> 文档]

final
类型:SystemBoolean

[缺少 "M:DSkin.Animations.AnimationEventArgs.#ctor(System.Drawing.Bitmap,System.Int32,System.Boolean,System.Drawing.Point)" 的 <param name="final"/> 文档]

offset
类型:System.DrawingPoint

[缺少 "M:DSkin.Animations.AnimationEventArgs.#ctor(System.Drawing.Bitmap,System.Int32,System.Boolean,System.Drawing.Point)" 的 <param name="offset"/> 文档]

参见