HolographicQuadLayer.PixelFormat 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 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.