HolographicQuadLayer.Size Property

Definition

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.

Applies to