FillFormat.UserPicture(String) Method

Definition

Fills the specified shape with one large image.

public:
 void UserPicture(System::String ^ PictureFile);
public void UserPicture (string PictureFile);
abstract member UserPicture : string -> unit
Public Sub UserPicture (PictureFile As String)

Parameters

PictureFile
String

Required String. The name of the picture file.

Remarks

If you want to fill the shape with small tiles of an image, use the UserTextured(String) method.

Applies to