BitmapBuffer.GetPlaneDescription(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックスを持つビット プレーン内のビットマップ データのサイズ、オフセット、ストライドを記述する BitmapPlaneDescription オブジェクトを取得します。
public:
virtual BitmapPlaneDescription GetPlaneDescription(int index) = GetPlaneDescription;
BitmapPlaneDescription GetPlaneDescription(int const& index);
public BitmapPlaneDescription GetPlaneDescription(int index);
function getPlaneDescription(index)
Public Function GetPlaneDescription (index As Integer) As BitmapPlaneDescription
パラメーター
- index
-
Int32
int
説明を取得するビット プレーンのインデックス。
戻り値
ビット プレーンの説明。