Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / UserTextured Method / UserTextured(Stream) Method
The binary data of the texture.


In This Topic
    UserTextured(Stream) Method
    In This Topic
    Fills the shape with small tiles of an image. If you want to fill the shape with one large image, use the UserPicture(Stream) method.
    Syntax
    'Declaration
     
    
    Overloads Sub UserTextured( _
       ByVal stream As Stream _
    ) 
    'Usage
     
    
    Dim instance As IFillFormat
    Dim stream As Stream
     
    instance.UserTextured(stream)
    void UserTextured( 
       Stream stream
    )

    Parameters

    stream
    The binary data of the texture.
    See Also