| HueRotationEffectInvalidateSourceRectangle Method | 
Namespace: Microsoft.Graphics.Canvas.Effects
 Syntax
Syntaxpublic void InvalidateSourceRectangle( ICanvasResourceCreatorWithDpi resourceCreator, uint sourceIndex, Rect invalidRectangle )
 Remarks
RemarksWhen CacheOutput is enabled, this method can be used to invalidate the cache.
It is also used to populate a list of invalid regions which are propagated through the effect graph, mapped from source to output coordinate systems, and can then be queried by GetInvalidRectangles(ICanvasResourceCreatorWithDpi).
 See Also
See Also