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

◆ subtract()

static xtd::drawing::size_f xtd::drawing::size_f::subtract ( const xtd::drawing::size_f sz1,
const xtd::drawing::size_f sz2 
)
staticnoexcept

Returns the result of subtracting specified xtd::drawing::size_f from the specified xtd::drawing::size_f.

Parameters
sz1The xtd::drawing::size_f to be subtracted from.
sz2The xtd::drawing::size_f to subtract from the Size.
Returns
The xtd::drawing::size_f that is the result of the subtraction operation.