Overlay question on BView

Hi all,

I want on a BView draw a circle with StrokeRoundRect

and draw inside the circle a picture (like macOS app Contacts)

Possible with overlay ?

Thanks,

You can use ClipToPicture or ClipToShape to achieve this.

1 Like

Thanks,

I look this