'宣言 Public Function New( _ ByVal x As System.Double, _ ByVal y As System.Double, _ ByVal width As System.Double, _ ByVal height As System.Double _ )
'使用法 Dim x As System.Double Dim y As System.Double Dim width As System.Double Dim height As System.Double Dim instance As New RectangleD(x, y, width, height)
パラメータ
- x
- 矩形の左辺の X 座標。
- y
- 矩形の上辺の Y 座標。
- width
- 矩形の幅。
- height
- 矩形の高さ。