CanvasBitmap.CreateFromBytes Method |
Name | Description | |
---|---|---|
![]() ![]() | CreateFromBytes(ICanvasResourceCreator,Byte[], Int32, Int32, DirectXPixelFormat) | Creates a CanvasBitmap from an array of bytes, using the specified pixel width/height, premultiplied alpha and default (96) DPI. |
![]() ![]() | CreateFromBytes(ICanvasResourceCreator, IBuffer, Int32, Int32, DirectXPixelFormat) | Creates a CanvasBitmap from the bytes of the specified buffer, using the specified pixel width/height, premultiplied alpha and default (96) DPI. |
![]() ![]() | CreateFromBytes(ICanvasResourceCreator,Byte[], Int32, Int32, DirectXPixelFormat, Single) | Creates a CanvasBitmap from an array of bytes, using the specified pixel width/height, specified DPI, and premultiplied alpha. |
![]() ![]() | CreateFromBytes(ICanvasResourceCreator, IBuffer, Int32, Int32, DirectXPixelFormat, Single) | Creates a CanvasBitmap from the bytes of the specified buffer, using the specified pixel width/height, specified DPI, and premultiplied alpha. |
![]() ![]() | CreateFromBytes(ICanvasResourceCreator,Byte[], Int32, Int32, DirectXPixelFormat, Single, CanvasAlphaMode) | Creates a CanvasBitmap from an array of bytes, using the specified pixel width/height, DPI and alpha behavior. |
![]() ![]() | CreateFromBytes(ICanvasResourceCreator, IBuffer, Int32, Int32, DirectXPixelFormat, Single, CanvasAlphaMode) | Creates a CanvasBitmap from the bytes of the specified buffer, using the specified pixel width/height, DPI and alpha behavior. |