Type Default Value Read Only Static Description
XImage null No No The fill pattern to be used when painting.
Notes

This allows you to set the fill pattern to be used for textured painting. The XImage can be retrieved from a Canvas using its Image property or it can be a newly loaded image. Only raster images can be used as patterns so if the image is not raster then it will automatically be replaced with a rasterized copy at the point it is first used.

See Also

XImage

ToImage

Pattern

Example

See Canvas.Pattern.