'宣言
Public Function WindowRect( _
ByVal left As System.Double, _
ByVal top As System.Double, _
ByVal width As System.Double, _
ByVal height As System.Double _
) As A
public A WindowRect(
System.double left,
System.double top,
System.double width,
System.double height
)