Bitmap for UWP
CalculateMipSize メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 > Resource クラス : CalculateMipSize メソッド
The mip level to get the size.
Size of the base.
Calculates the resulting size at a single level for an original size.
シンタックス
'宣言
 
Public Shared Function CalculateMipSize( _
   ByVal mipLevel As System.Integer, _
   ByVal baseSize As System.Integer _
) As System.Integer
public static System.int CalculateMipSize( 
   System.int mipLevel,
   System.int baseSize
)

パラメータ

mipLevel
The mip level to get the size.
baseSize
Size of the base.

戻り値の型

Size of the mipLevel
参照

Resource クラス
Resource メンバ