FillFormat.UserPicture Method
Publisher Developer Reference |
Fills the specified shape with one large image.
Syntax
expression.UserPicture(PictureFile)
expression A variable that represents a FillFormat object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
PictureFile | Required | String | The name of the picture file. |
Remarks
To fill the shape with small tiles of an image, use the UserTextured method.
Example
This example adds two rectangles to the active publication. The rectangle on the left is filled with one large image of a picture; the rectangle on the right is filled with many small tiles of the same picture. (Note that PathToFile must be replaced with a valid file path for this example to work.)
Visual Basic for Applications |
---|
|
See Also