Click or drag to resize

SizeTruncate Method

Converts a floating point size to an integral size by truncating the width and height

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Size Truncate(
	SizeF size
)

Parameters

size
Type: Eto.DrawingSizeF
Size to convert

Return Value

Type: Size
A new instance of a Size struct with truncated width and height values of the specified size
See Also