ImageBuffer.CreateForBuffer 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.
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
- pixelFormat
- ImageBufferPixelFormat
- width
-
Int32
int
- height
-
Int32
int
- rowStride
-
Int32
int