|
staticnoexcept |
Creates and returns an offsetted copy of the specified xtd::drawing::rectangle_f structure. The copy is offsetted by the specified amount. The original xtd::drawing::rectangle_f structure remains unmodified.
rect | The xtd::drawing::rectangle_f with which to start. This rectangle is not modified. |
x | The amount to offset the specified rectangle horizontally. |
y | The amount to offset the specified rectangle vertically. |