'宣言 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 RenderRoundRectangle(width, height, shapeLine)
パラメータ
- width
- 矩形の幅。
- height
- 矩形の高さ。
- shapeLine
- 矩形の描画に使用される LineDef。