InputPanel for WinForms | ComponentOne
C1.Win.5 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 Point
    public Point Truncate()

    Return Value

    The Point structure this method converts to.
    See Also