[]
Fills the specified shape with an image.
void UserPicture(string fileName)
Sub UserPicture(fileName As String)
Type | Name | Description |
---|---|---|
string | fileName | The name of the picture file. |
Fills the specified shape with an image.
void UserPicture(Stream stream, ImageType type)
Sub UserPicture(stream As Stream, type As ImageType)