UserTextured(String,Boolean) Method
In This Topic
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.
Syntax
'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)
void UserTextured(
string ,
bool
)
Parameters
- file
- The name of the picture file.
- embedded
- A boolean value indicates whether the image will be embedded.
See Also