HolographicQuadLayer.PixelFormat Property

Definition

The pixel format for the texture that will back this quad layer.

public:
 property DirectXPixelFormat PixelFormat { DirectXPixelFormat get(); };
DirectXPixelFormat PixelFormat();
public DirectXPixelFormat PixelFormat { get; }
var directXPixelFormat = holographicQuadLayer.pixelFormat;
Public ReadOnly Property PixelFormat As DirectXPixelFormat

Property Value

The pixel format.

Remarks

The pixel format specified must be an RGB format, such as DXGI_FORMAT_B8G8R8A8_UNORM.

Applies to