CompositionMipmapSurface.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.
Gets the pixel format of the mipmap surface.
public:
property DirectXPixelFormat PixelFormat { DirectXPixelFormat get(); };
DirectXPixelFormat PixelFormat();
public DirectXPixelFormat PixelFormat { get; }
var directXPixelFormat = compositionMipmapSurface.pixelFormat;
Public ReadOnly Property PixelFormat As DirectXPixelFormat
Property Value
The pixel format of the mipmap surface.