Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / UserPicture Method / UserPicture(Stream) Method
The binary data of the picture.


In This Topic
UserPicture(Stream) Method
In This Topic
Fills the shape with an image.
Syntax
'Declaration
 
Overloads Sub UserPicture( _
   ByVal stream As Stream _
) 
 
'Usage
 
Dim instance As IFillFormat
Dim stream As Stream
 
instance.UserPicture(stream)

Parameters

stream
The binary data of the picture.
See Also