'宣言
Public Overloads Function Union( _
ByVal x As System.Single, _
ByVal y As System.Single, _
ByVal width As System.Single, _
ByVal height As System.Single _
) As Rectangle
public Rectangle Union(
System.float x,
System.float y,
System.float width,
System.float height
)