Partager via


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.Int32

    The value of the x-coordinate in the upper-left corner.

  • y
    Type: System.Int32

    The value of the y-coordinate in the upper-left corner.

See Also

SetBounds Overload
Line Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top