SetBounds(Int32,Int32,Int32,Int32) 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 _
)
public void SetBounds(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- x
- y
- width
- height
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also