xtd 0.2.0
Loading...
Searching...
No Matches

◆ rectangle_f() [2/3]

xtd::drawing::rectangle_f::rectangle_f ( float  x,
float  y,
float  width,
float  height 
)
noexcept

Initializes a new instance of the xtd::drawing::rectagle_f class with the specified location and size.

Parameters
xThe x-coordinate of the upper-left corner of the rectangle.
yThe y-coordinate of the upper-left corner of the rectangle.
widthThe width of the rectangle.
heightThe height of the rectangle.