Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.17 KB

holographicquadlayerupdateparameters_updateextents_1256384983.md

File metadata and controls

27 lines (18 loc) · 1.17 KB
-api-id -api-type
M:Windows.Graphics.Holographic.HolographicQuadLayerUpdateParameters.UpdateExtents(Windows.Foundation.Numerics.Vector2)
winrt method

Windows.Graphics.Holographic.HolographicQuadLayerUpdateParameters.UpdateExtents

-description

Updates the extents of this quad layer in world coordinates.

-parameters

-param value

The full width and height of the quad layer in meters.

-remarks

You must also call UpdateLocationWithDisplayRelativeMode or UpdateLocationWithStationaryMode to specify the center point for the quad layer. The quad will be displayed centered around that location, with its full width and height specified by these extents.

Note that these extents are distinct from the HolographicQuadLayer's Size property, which defines the pixel size of the texture that backs the quad.

-see-also

-examples