ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Size Structure / Truncate Method

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

    Return Value

    The Size structure this method converts to.
    See Also