Click or drag to resize
CanvasRegionsInvalidatedEventArgsVisibleRegion Property
Gets the region of the image that is currently visible on screen.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Rect VisibleRegion { get; }

Property Value

Type: Rect
See Also