InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Interop Namespace / Rect Structure / ToString Method

In This Topic
    ToString Method (Rect)
    In This Topic
    Converts the current Rect structure to a human-readable string representing it.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The string representing the current Rect.
    See Also