Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / ToRect Method


In This Topic
    ToRect Method
    In This Topic
    Converts to Rect value.
    Syntax
    'Declaration
     
    
    Public Function ToRect() As Rect
    'Usage
     
    
    Dim instance As Rectangle
    Dim value As Rect
     
    value = instance.ToRect()
    public Rect ToRect()

    Return Value

    The corresponding Rect value.
    See Also