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

In This Topic
    Truncate Method (SizeD)
    In This Topic
    Converts the current SizeD structure to a System.Drawing.Point by truncating the width and height to integer values.
    Syntax
    'Declaration
     
    Public Function Truncate() As Size
    public Size Truncate()

    Return Value

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