Write/Read Masks #67
-
How does one achieve write/read masks using your api? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@Tylertron1998 can you be more specific? This can mean many things for me. |
Beta Was this translation helpful? Give feedback.
-
This isn't directly possible in our current API, however you could adapt the techniques from one of our samples (linked below) where you can make use of the Process is roughly;
Working sample applying a Gaussian Blur to only the inside of a Star |
Beta Was this translation helpful? Give feedback.
This isn't directly possible in our current API, however you could adapt the techniques from one of our samples (linked below) where you can make use of the
ImageBrush
to fill a shape of your choosing with the image/effect you want to apply.Process is roughly;
IPath
that represents your desired region.IPath.Bounds
of your region.IPath
using anImageBrush
taking your now cropped src in its constructor.