Click or drag to resize
CanvasVirtualImageSourceInvalidate Method
Marks the entire image as needing to be redrawn.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void Invalidate()
Remarks

This will cause the RegionsInvalidated to be raised, as determined by the OS.

See Also