Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / ToString Method

In This Topic
    ToString Method (RectangleD)
    In This Topic
    Converts the current RectangleD 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 RectangleD.
    See Also