Converts the specified
SizeF structure to a
Size structure by rounding the values of the
SizeF structure to the nearest integer values.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.02
Syntaxpublic static Size Round(
SizeF size
)
Public Shared Function Round (
size As SizeF
) As Size
public:
static Size Round(
SizeF size
)
static member Round :
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