System::Drawing::SizeF::ToSize method

SizeF::ToSize method

Constructs a Size object from the current SizeF object by truncating the SizeF object’s width and height values to the next lower integer values.

Size System::Drawing::SizeF::ToSize() const

ReturnValue

A Size object constructed from the current object

See Also