CompositionMipmapSurface.LevelCount 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 number of texture levels in the mipmap.
public:
property unsigned int LevelCount { unsigned int get(); };
uint32_t LevelCount();
public uint LevelCount { get; }
var uInt32 = compositionMipmapSurface.levelCount;
Public ReadOnly Property LevelCount As UInteger
Property Value
The number of texture levels in the mipmap.