点击或拖拽改变大小

RegionHelperCreateRegion 方法 (Control, Rectangle, Int32, RoundStyle)

[缺少 "M:DSkin.Common.RegionHelper.CreateRegion(System.Windows.Forms.Control,System.Drawing.Rectangle,System.Int32,DSkin.Common.RoundStyle)" 的 <summary> 文档]

命名空间:  DSkin.Common
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static void CreateRegion(
	Control control,
	Rectangle bounds,
	int radius,
	RoundStyle roundStyle
)

参数

control
类型:System.Windows.FormsControl

[缺少 "M:DSkin.Common.RegionHelper.CreateRegion(System.Windows.Forms.Control,System.Drawing.Rectangle,System.Int32,DSkin.Common.RoundStyle)" 的 <param name="control"/> 文档]

bounds
类型:System.DrawingRectangle

[缺少 "M:DSkin.Common.RegionHelper.CreateRegion(System.Windows.Forms.Control,System.Drawing.Rectangle,System.Int32,DSkin.Common.RoundStyle)" 的 <param name="bounds"/> 文档]

radius
类型:SystemInt32

[缺少 "M:DSkin.Common.RegionHelper.CreateRegion(System.Windows.Forms.Control,System.Drawing.Rectangle,System.Int32,DSkin.Common.RoundStyle)" 的 <param name="radius"/> 文档]

roundStyle
类型:DSkin.CommonRoundStyle

[缺少 "M:DSkin.Common.RegionHelper.CreateRegion(System.Windows.Forms.Control,System.Drawing.Rectangle,System.Int32,DSkin.Common.RoundStyle)" 的 <param name="roundStyle"/> 文档]

参见