VisualFormSetBoundsCore Method |
Performs the work of setting the specified bounds of this control.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax protected override void SetBoundsCore(
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
Parameters
- x
- Type: SystemInt32
The new Left property value of the control. - y
- Type: SystemInt32
The new Top property value of the control. - width
- Type: SystemInt32
The new Width property value of the control. - height
- Type: SystemInt32
The new Height property value of the control. - specified
- Type: System.Windows.FormsBoundsSpecified
A bitwise combination of the BoundsSpecified values.
See Also