CompositionDrawingSurface.PixelFormat Property

Definition

The pixel format of the drawing surface.

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

Property Value

The pixel format of the drawing surface.

Applies to