ImageFill Class
A Brush that fills a Shape with an image.
It works almost identically to Image, but is a Brush and can therefore not be used as a standalone element.
Example
The following example will fill a Circle
with an image loaded from the file Portrait.png
:
<Circle Width="160" Height="160">
<ImageFill File="Portrait.png" />
</Circle>
Location
- Namespace
- Fuse.Drawing
- Package
- Fuse.Elements 1.9.0