Show / Hide Table of Contents

Method POINT.From(+ 1 overload)


Overload

public static POINT From(PointF p, bool round)
Parameters
p  (PointF)
round  (bool)

Can round up, for example 1.7 to 2.

Returns
POINT
Exceptions
OverflowException

Overload(top)

public static POINT From(Point p, bool round)
Parameters
p  (Point)
round  (bool)

Can round up, for example 1.7 to 2.

Returns
POINT
Exceptions
OverflowException