Is there any way to restrict Pixel shader on particular area of image.
BR
|
Is there any way to restrict Pixel shader on particular area of image. BR
| |||
|
feedback
|
|
Draw a layout (Grid, Canvas etc.), so that one or more cells contain the restricted area. Then draw a Rectangle or Border control on that particular area to get the desired effect you are looking for. Remember to add the Rectangle first, or play with ZIndex as I show below so that your code does not hide any controls.
| |||
|
feedback
|