Converts the current
PointD structure to a
Point by truncating
the values of the Point object.
Namespace:
C1.C1Preview
Assembly:
C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public Point Truncate() |
Visual Basic |
---|
Public Function Truncate As Point |
Return Value
The
Point structure this method converts to.
See Also