Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IFillFormat Interface / UserTextured Method / UserTextured(Stream,ImageType) Method
The stream of the picture file.
The ImageType of the stream.
In This Topic
    UserTextured(Stream,ImageType) Method
    In This Topic
    Fills the specified shape with small tiles of an image.
    Syntax
    void UserTextured( 
       System.IO.Stream stream,
       ImageType type
    )

    Parameters

    stream
    The stream of the picture file.
    type
    The ImageType of the stream.
    See Also