How to know what part of object material rendered on the display

Hi,
How to know what part of object material rendered on the display.

I tried to use raycaster and see all the returned parameters intersects[0].object, But I didn’t find area of material position which is only rendered on the display. Using raycaster i know what object rendered on the display but I don’t know what part of object material rendered on the display ?