Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageBrush Class / ImageBrush Constructor / ImageBrush Constructor(String)
The full path to image file.


In This Topic
    ImageBrush Constructor(String)
    In This Topic
    Initializes a new instance of the ImageBrush class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal file As String _
    )
    'Usage
     
    
    Dim file As String
     
    Dim instance As New ImageBrush(file)
    public ImageBrush( 
       string file
    )

    Parameters

    file
    The full path to image file.
    See Also