Line.SetBounds Method (Int32, Int32, Int32)
Specifies the coordinates for the control (location and size).
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public void SetBounds(
int x,
int y,
int width
)
public:
void SetBounds(
int x,
int y,
int width
)
Public Sub SetBounds (
x As Integer,
y As Integer,
width As Integer
)
Parameters
x
Type: System.Int32The value of the x-coordinate in the upper-left corner.
y
Type: System.Int32The value of the y-coordinate in the upper-left corner.
width
Type: System.Int32The width of the control.
See Also
SetBounds Overload
Line Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top