The input point, e.g. x=1.242, y=6.336
Floor Method (PointExtensions)
Returns a new Point where X and Y components are equivalent to Math.Floor of the input point
Syntax
[Extension()]
public static Point Floor( 
   Point point
)

Parameters

point
The input point, e.g. x=1.242, y=6.336

Return Value

The Floor'ed point, e.g. x=1, y=6
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also