共用方式為


HolographicQuadLayer.PixelFormat 屬性

定義

將支援這個四層的紋理像素格式。

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

屬性值

像素格式。

備註

指定的像素格式必須是 RGB 格式,例如 DXGI_FORMAT_B8G8R8A8_UNORM。

適用於