'使用法 Dim location As PointD Dim size As SizeD Dim instance As New RectangleD(location, size)
パラメータ
- location
 - The location (coordinates of the top left corner) of the rectangle.
 - size
 - The size of the rectangle.
 
'使用法 Dim location As PointD Dim size As SizeD Dim instance As New RectangleD(location, size)