UserTextured(String,Boolean) Method
Fills the shape with small tiles of an image. If you want to fill the shape with one large image, use the UserPicture(string) method.
'Declaration
Overloads Sub UserTextured( _
ByVal As String, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As IFillFormat
Dim file As String
Dim embedded As Boolean
instance.UserTextured(file, embedded)
Parameters
- file
- The name of the picture file.
- embedded
- A boolean value indicates whether the image will be embedded.