FillFormat.UserTextured(String) Method

Definition

Fills the specified shape with small tiles of an image.

public:
 void UserTextured(System::String ^ TextureFile);
public void UserTextured (string TextureFile);
Public Sub UserTextured (TextureFile As String)

Parameters

TextureFile
String

Required String. The name of the picture file.

Remarks

If you want to fill the shape with one large image, use the UserPicture(String) method.

Applies to