In This Topic
Syntax
'Declaration
Public Sub SetDesktopBounds( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void SetDesktopBounds(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- x
- y
- width
- height
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also