Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 645 Bytes

windows_graphics.md

File metadata and controls

22 lines (14 loc) · 645 Bytes
-api-id -api-type
N:Windows.Graphics
winrt namespace

Windows.Graphics

-description

Provides basic data types that contain info on how to draw graphics. These data structs are commonly used to define how large surfaces are drawn when using the CompositionVirtualDrawingSurface class.

Virtual surfaces can be used to create large, efficient scrollable regions in an app; useful for scenarios such as maps and long scrollable blocks of text.

-remarks

-see-also

-examples