Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
PointD
.
.
::
.
.
Ceiling Method
PointD Structure
See Also
Converts the current
PointD
structure to a
Point
by rounding the
double
coordinates to the next higher integer values.
Namespace:
C1.C1Preview
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
Point
Ceiling
()
Visual Basic
Public
Function
Ceiling
As
Point
Return Value
The
Point
structure this method converts to.
See Also
PointD Structure
C1.C1Preview Namespace