[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IFillFormat.UserTextured

UserTextured Method

UserTextured(string, bool)

Fills the shape with small tiles of an image. If you want to fill the shape with one large image, use the UserPicture(string) method.

Declaration
void UserTextured(string file, bool embedded = true)
Sub UserTextured(file As String, Optional embedded As Boolean = True)
Parameters
Type Name Description
string file

The name of the picture file.

bool embedded

A boolean value indicates whether the image will be embedded.

UserTextured(Stream)

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.

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

The binary data of the texture.