Ceiling()

Size::Ceiling(const SizeF&) method

Constructs a Size object from the specified SizeF object by rounding the SizeF object’s width and height values to the next higher integer values.

static Size System::Drawing::Size::Ceiling(const SizeF &size)

Arguments

ParameterTypeDescription
sizeconst SizeF&The SizeF object to convert

Return Value

A Size object constructed from size

See Also