'宣言 Public Function New( _ ByVal x As Unit, _ ByVal y As Unit, _ ByVal width As Unit, _ ByVal height As Unit _ )
'使用法 Dim x As Unit Dim y As Unit Dim width As Unit Dim height As Unit Dim instance As New RenderRoundRectangle(x, y, width, height)
パラメータ
- x
- The X coordinate of the rectangle, relative to the current object's location.
- y
- The Y coordinate of the rectangle, relative to the current object's location.
- width
- The width of the rectangle.
- height
- The height of the rectangle.