System::Drawing::Size::Round method
Size::Round method
Constructs a Size object from the specified SizeF object by rounding the SizeF object’s width and height values to the nearest integer values.
static Size System::Drawing::Size::Round(const SizeF &size)
Parameter | Type | Description |
---|---|---|
size | const SizeF& | The SizeF object to convert to construct Size object from |
ReturnValue
A Size object constructed from size
See Also
- Class Size
- Class SizeF
- Class Size
- Namespace System::Drawing
- Library Aspose.TeX for C++