Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Rect Structure / ToString Method


In This Topic
    ToString Method (C1Rect)
    In This Topic
    Gets a string representation of C1Rect
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As C1Rect
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    See Also