Share via


FillFormat.UserPicture Method

Fills the specified shape with one large image.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub UserPicture ( _
    PictureFile As String _
)
'Usage
Dim instance As FillFormat
Dim PictureFile As String

instance.UserPicture(PictureFile)
void UserPicture(
    string PictureFile
)

Parameters

Remarks

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

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace