Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BitmapBuffer.GetPlaneDescription(Int32) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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 const& index);
public BitmapPlaneDescription GetPlaneDescription(int index);
function getPlaneDescription(index)
Public Function GetPlaneDescription (index As Integer) As BitmapPlaneDescription

Parameters

index
Int32

int

The index of the bit plane for which the description is retrieved.

Returns

The bit plane description.

Applies to


Feedback

Was this page helpful?