CompositionMipmapSurface.GetDrawingSurfaceForLevel(UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ミップマップの指定したレベルでテクスチャを取得します。
public:
virtual CompositionDrawingSurface ^ GetDrawingSurfaceForLevel(unsigned int level) = GetDrawingSurfaceForLevel;
CompositionDrawingSurface GetDrawingSurfaceForLevel(uint32_t const& level);
public CompositionDrawingSurface GetDrawingSurfaceForLevel(uint level);
function getDrawingSurfaceForLevel(level)
Public Function GetDrawingSurfaceForLevel (level As UInteger) As CompositionDrawingSurface
パラメーター
- level
-
UInt32
unsigned int
uint32_t
テクスチャを取得するレベル。
戻り値
ミップマップの指定したレベルのテクスチャ。