Hello! How can I clip a PNG image to a circle shape? I tried to add a Circle and inside that the Image, but ClipToBounds crops the Image to a rectangle.
Hi Matti,
you will want to put an ImageFill inside of that Circle
. Optionally with a StretchMode
and WrapMode
.
Thank you!