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
See Also