[]
Fills the specified shape with small tiles of an image.
void UserTextured(string fileName)
| 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)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream of the picture file. |
| ImageType | type | The ImageType of the stream. |