'宣言 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 RenderEllipse(x, y, width, height)
パラメータ
- x
- The X coordinate of the ellipse.
- y
- The Y coordinate of the ellipse.
- width
- The width of the ellipse.
- height
- The height of the ellipse.