Click or drag to resize
CanvasBitmapLoadAsync Method
Overload List
  NameDescription
Public methodStatic memberLoadAsync(ICanvasResourceCreator, String)
Loads a bitmap from an image file (jpeg, png, etc.)
Public methodStatic memberLoadAsync(ICanvasResourceCreator, Uri)
Loads a bitmap from an image file (jpeg, png, etc.) located at a URI.
Public methodStatic memberLoadAsync(ICanvasResourceCreator, IRandomAccessStream)
Loads a bitmap from a stream.
Public methodStatic memberLoadAsync(ICanvasResourceCreator, String, Single)
Loads a bitmap from an image file (jpeg, png, etc.), and assigns it the specified DPI.
Public methodStatic memberLoadAsync(ICanvasResourceCreator, Uri, Single)
Loads a bitmap from an image file (jpeg, png, etc.) located at a URI, and assigns it the specified DPI.
Public methodStatic memberLoadAsync(ICanvasResourceCreator, IRandomAccessStream, Single)
Loads a bitmap from a stream, and assigns it the specified alpha behavior.
Public methodStatic memberLoadAsync(ICanvasResourceCreator, String, Single, CanvasAlphaMode)
Loads a bitmap from an image file (jpeg, png, etc.), and assigns it the specified DPI and alpha behavior.
Public methodStatic memberLoadAsync(ICanvasResourceCreator, Uri, Single, CanvasAlphaMode)
Loads a bitmap from an image file (jpeg, png, etc.) located at a URI, and assigns it the specified DPI and alpha behavior.
Public methodStatic memberLoadAsync(ICanvasResourceCreator, IRandomAccessStream, Single, CanvasAlphaMode)
Loads a bitmap from a stream, and assigns it the specified DPI and alpha behavior.
Top
See Also