UserPicture(Stream) Method
Fills the shape with an image.
'Declaration
Overloads Sub UserPicture( _
ByVal As Stream _
)
'Usage
Dim instance As IFillFormat
Dim stream As Stream
instance.UserPicture(stream)
Parameters
- stream
- The binary data of the picture.