 | UIAnchorForm 构造函数 (Control, Size, NullablePoint, Boolean) |
Sweet 开发框架
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public UIAnchorForm(
Control parentControl,
Size size,
Point? deviation = null,
bool isNotFocus = true
)
Public Sub New (
parentControl As Control,
size As Size,
Optional deviation As Point? = Nothing,
Optional isNotFocus As Boolean = true
)
new :
parentControl : Control *
size : Size *
?deviation : Nullable<Point> *
?isNotFocus : bool
(* Defaults:
let _deviation = defaultArg deviation null
let _isNotFocus = defaultArg isNotFocus true
*)
-> UIAnchorForm
参数
- parentControl
- 类型:System.Windows.FormsControl
The parent control. - size
- 类型:System.DrawingSize
The size. - deviation (Optional)
- 类型:SystemNullablePoint
The deviation. - isNotFocus (Optional)
- 类型:SystemBoolean
if set to true [is not focus].
参见