Question on SetClippingRegion before Blit

Hello,

I would like to know for which purpose one would call the SetClippingRegion before the blit method when the Blit method already defines a rect. such in the following lines:

Is it to speed it up?