Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 587 Bytes

compositiontexture_sourcerect.md

File metadata and controls

24 lines (15 loc) · 587 Bytes
-api-id -api-type
P:Windows.UI.Composition.CompositionTexture.SourceRect
winrt property

Windows.UI.Composition.CompositionTexture.SourceRect

-description

Gets and sets the portion of an overall Direct3D texture that the composition texture represents (and samples from). This allows you to have multiple composition textures referencing the same Direct3D texture.

-property-value

The region of a Direct3D texture that the composition texture represents.

-remarks

-see-also

-examples