ImageBuffer.CreateForBuffer Method

Definition

public:
 static ImageBuffer ^ CreateForBuffer(IBuffer ^ buffer, ImageBufferPixelFormat pixelFormat, int width, int height, int rowStride);
 static ImageBuffer CreateForBuffer(IBuffer const& buffer, ImageBufferPixelFormat const& pixelFormat, int const& width, int const& height, int const& rowStride);
public static ImageBuffer CreateForBuffer(IBuffer buffer, ImageBufferPixelFormat pixelFormat, int width, int height, int rowStride);
function createForBuffer(buffer, pixelFormat, width, height, rowStride)
Public Shared Function CreateForBuffer (buffer As IBuffer, pixelFormat As ImageBufferPixelFormat, width As Integer, height As Integer, rowStride As Integer) As ImageBuffer

Parameters

buffer
IBuffer
width
Int32

int

height
Int32

int

rowStride
Int32

int

Returns

Applies to