FillFormat.UserPicture(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.