BitmapBuffer.GetPlaneDescription(Int32) Method
Definition
Gets a BitmapPlaneDescription object that describes the size, offset, and stride of the bitmap data in the bit plane with the specified index.
public:
virtual BitmapPlaneDescription GetPlaneDescription(int index) = GetPlaneDescription;
BitmapPlaneDescription GetPlaneDescription(int index);
public BitmapPlaneDescription GetPlaneDescription(int index);
function getPlaneDescription(index)
Public Function GetPlaneDescription (index As Integer) As BitmapPlaneDescription
Parameters
- index
- Int32
The index of the bit plane for which the description is retrieved.
Returns
The bit plane description.