In This Topic
Syntax
'Declaration
Public Shared Function FromXYWH( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As Win32.RECT
public static Win32.RECT FromXYWH(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- x
- y
- width
- height
See Also