[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IFillFormat.UserTextured

UserTextured Method

UserTextured(string)

Fills the specified shape with small tiles of an image.

Declaration
void UserTextured(string fileName)
Sub UserTextured(fileName As String)
Parameters
Type Name Description
string fileName

The name of the picture file.

UserTextured(Stream, ImageType)

Fills the specified shape with small tiles of an image.

Declaration
void UserTextured(Stream stream, ImageType type)
Sub UserTextured(stream As Stream, type As ImageType)
Parameters
Type Name Description
Stream stream

The stream of the picture file.

ImageType type

The ImageType of the stream.