ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Point Structure / Truncate Method

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

    Return Value

    The Point structure this method converts to.
    See Also