Converts the specified
SizeF structure to a
Size structure by rounding the values of the
Size structure to the next higher integer values.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.02
Syntaxpublic static Size Ceiling(
SizeF size
)
Public Shared Function Ceiling (
size As SizeF
) As Size
public:
static Size Ceiling(
SizeF size
)
static member Ceiling :
size : SizeF -> Size
Parameters
- size
- Type: Aspose.ImagingSizeF
The SizeF structure to convert.
Return Value
Type:
SizeThe
Size structure this method converts to.
See Also