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

In This Topic
    ToString Method (Point)
    In This Topic
    Converts the current Point to a human readable string.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    A string that represents the current Point structure.
    See Also