Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PointD Structure / Truncate Method

In This Topic
    Truncate Method (PointD)
    In This Topic
    Converts the current PointD structure to a System.Drawing.Point by truncating the values of the Point object.
    Syntax
    'Declaration
     
    Public Function Truncate() As Point
    public Point Truncate()

    Return Value

    The System.Drawing.Point structure this method converts to.
    See Also