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