UserTextured(Stream) Method
Fills the shape with small tiles of an image. If you want to fill the shape with one large image, use the
UserPicture(Stream) method.
'Declaration
Overloads Sub UserTextured( _
ByVal As Stream _
)
'Usage
Dim instance As IFillFormat
Dim stream As Stream
instance.UserTextured(stream)
Parameters
- stream
- The binary data of the texture.