CompositionDrawingSurface.PixelFormat 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.
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.