[]
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.
void UserTextured(string file, bool embedded = true)
Sub UserTextured(file As String, Optional embedded As Boolean = True)
Type | Name | Description |
---|---|---|
string | file | The name of the picture file. |
bool | embedded | A boolean value indicates whether the image will be embedded. |
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.
void UserTextured(Stream stream)
Sub UserTextured(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | The binary data of the texture. |