DisplayPath.SourcePixelFormat 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 or sets the pixel format of the surfaces that will be allowed to present to this DisplayPath.
public:
property DirectXPixelFormat SourcePixelFormat { DirectXPixelFormat get(); void set(DirectXPixelFormat value); };
DirectXPixelFormat SourcePixelFormat();
void SourcePixelFormat(DirectXPixelFormat value);
public DirectXPixelFormat SourcePixelFormat { get; set; }
var directXPixelFormat = displayPath.sourcePixelFormat;
displayPath.sourcePixelFormat = directXPixelFormat;
Public Property SourcePixelFormat As DirectXPixelFormat
Property Value
A DirectXPixelFormat value.