Click or drag to resize
CanvasBitmapCreateFromBytes Method
Overload List
  NameDescription
Public methodStatic memberCreateFromBytes(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.
Public methodStatic memberCreateFromBytes(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.
Public methodStatic memberCreateFromBytes(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.
Public methodStatic memberCreateFromBytes(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.
Public methodStatic memberCreateFromBytes(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.
Public methodStatic memberCreateFromBytes(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.
Top
See Also