BitmapBuffer.GetPlaneDescription(Int32) Метод

Определение

Возвращает объект 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

Индекс битовой плоскости, для которой извлекается описание.

Возвращаемое значение

Описание битовой плоскости.

Применяется к