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