Size.Ceiling(SizeF) Method

Definition

Converts the specified SizeF structure to a Size structure by rounding the values of the Size structure to the next higher integer values.

public:
 static System::Drawing::Size Ceiling(System::Drawing::SizeF value);
public static System.Drawing.Size Ceiling (System.Drawing.SizeF value);
static member Ceiling : System.Drawing.SizeF -> System.Drawing.Size
Public Shared Function Ceiling (value As SizeF) As Size

Parameters

value
SizeF

The SizeF structure to convert.

Returns

The Size structure this method converts to.

Applies to