'Declaration Public Function New( _ ByVal x As Single, _ ByVal y As Single, _ ByVal width As Single, _ ByVal height As Single _ )
'Usage Dim x As Single Dim y As Single Dim width As Single Dim height As Single Dim instance As New RectangleF(x, y, width, height)
Parameters
- x
- The left coordinate associated with the RectangleF's top left corner.
- y
- The top coordinate associated with the RectangleF's top left corner.
- width
- The RectangleF's Width.
- height
- The RectangleF's Height.