Show / Hide Table of Contents

Method RECT.From(+ 1 overload)


Overload

public static RECT From(RectangleF r, bool round)
Parameters
r  (RectangleF)
round  (bool)

Can round up, for example 1.7 to 2.

Returns
RECT
Exceptions
OverflowException

Overload(top)

public static RECT From(Rect r, bool round)
Parameters
r  (Rect)
round  (bool)

Can round up, for example 1.7 to 2.

Returns
RECT
Exceptions
OverflowException