SetBounds(Int32,Int32,Int32,Int32,BoundsSpecified) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub SetBounds( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Windows.Forms.BoundsSpecified _
)
public void SetBounds(
System.int ,
System.int ,
System.int ,
System.int ,
System.Windows.Forms.BoundsSpecified
)
Parameters
- x
- y
- width
- height
- specified
See Also