HolographicQuadLayer.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The size in pixels of the texture that will back this quad layer.
public:
property Size Size { Size get(); };
Size Size();
public Size Size { get; }
var size = holographicQuadLayer.size;
Public ReadOnly Property Size As Size
Property Value
The texture size.
Remarks
Note that the spatial location and extents of this new quad layer in world coordinates must also be specified by requesting a HolographicQuadLayerUpdateParameters instance.