SetDesktopBounds Method (C1SpellDialog)
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
See Also