点击或拖拽改变大小

FrmOutSetBoundsCore 方法

[缺少 "M:DSkin.Controls.FrmOut.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)" 的 <summary> 文档]

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
protected override void SetBoundsCore(
	int x,
	int y,
	int width,
	int height,
	BoundsSpecified specified
)

参数

x
类型:SystemInt32

[缺少 "M:DSkin.Controls.FrmOut.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)" 的 <param name="x"/> 文档]

y
类型:SystemInt32

[缺少 "M:DSkin.Controls.FrmOut.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)" 的 <param name="y"/> 文档]

width
类型:SystemInt32

[缺少 "M:DSkin.Controls.FrmOut.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)" 的 <param name="width"/> 文档]

height
类型:SystemInt32

[缺少 "M:DSkin.Controls.FrmOut.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)" 的 <param name="height"/> 文档]

specified
类型:System.Windows.FormsBoundsSpecified

[缺少 "M:DSkin.Controls.FrmOut.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)" 的 <param name="specified"/> 文档]

参见