In This Topic
Syntax
'Declaration
Public Sub SetDesktopBounds( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'Usage
Dim instance As LicenseDialog
Dim x As System.Integer
Dim y As System.Integer
Dim width As System.Integer
Dim height As System.Integer
instance.SetDesktopBounds(x, y, width, height)
public void SetDesktopBounds(
System.int ,
System.int ,
System.int ,
System.int
)
public procedure SetDesktopBounds(
: System.Integer;
: System.Integer;
: System.Integer;
: System.Integer
);
public function SetDesktopBounds(
: System.int,
: System.int,
: System.int,
: System.int
);
public: void SetDesktopBounds(
System.int ,
System.int ,
System.int ,
System.int
)
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