DisplayPath.SourcePixelFormat Property

Definition

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.

Applies to