Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / ToBrush Method


In This Topic
    ToBrush Method
    In This Topic
    Takes a snapshot of the image drawing.
    Syntax
    'Declaration
     
    
    Public Overridable Function ToBrush() As ImageBrush
    'Usage
     
    
    Dim instance As ImageDrawing
    Dim value As ImageBrush
     
    value = instance.ToBrush()
    public virtual ImageBrush ToBrush()

    Return Value

    An ImageBrush object represents the picture of the image drawing.
    See Also