'宣言 Public Function New( _ ByVal width As Unit, _ ByVal height As Unit, _ ByVal shapeLine As LineDef _ )
'使用法 Dim width As Unit Dim height As Unit Dim shapeLine As LineDef Dim instance As New RenderRectangle(width, height, shapeLine)
パラメータ
- width
 - The width of the rectangle.
 - height
 - The height of the rectangle.
 - shapeLine
 - The LineDef used to draw the rectangle.