CompositionMipmapSurface.PixelFormat Property

Definition

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.

Applies to