Size.Truncate
Size.Truncate method
Converts the specified SizeF structure to a Size structure by truncating the values of the SizeF structure to the next lower integer values.
public static Size Truncate(SizeF value)
| Parameter | Type | Description | 
|---|---|---|
| value | SizeF | The SizeF structure to convert. | 
Return Value
The Size structure this method converts to.
See Also
- struct SizeF
 - struct Size
 - namespace Aspose.Drawing
 - assembly Aspose.Drawing.Common