DisplayPrimaryDescription.Format 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.
Gets the DXGI-compatible format of a surface.
public:
property DirectXPixelFormat Format { DirectXPixelFormat get(); };
DirectXPixelFormat Format();
public DirectXPixelFormat Format { get; }
var directXPixelFormat = displayPrimaryDescription.format;
Public ReadOnly Property Format As DirectXPixelFormat
Property Value
A DirectXPixelFormat value.