Image Source
Helper class used to set the source and additional attributes from a variety of sources. Supports use of a bitmap, asset, resource, external file or any other URI.
When you are using a preview image, you must set the dimensions of the full size image on the ImageSource object for the full size image using the dimensions method.
Functions
Link copied to clipboard
Create an instance from an asset name.
Link copied to clipboard
Provide a loaded bitmap for display.
Link copied to clipboard
Provide a loaded and cached bitmap for display.
Link copied to clipboard
Declare the dimensions of the image.
Link copied to clipboard
Use a region of the source image.
Link copied to clipboard
Create an instance from a resource.
Link copied to clipboard
Enable or disable tiling of the image.
Link copied to clipboard
Disable tiling of the image.
Link copied to clipboard
Enable tiling of the image.
Link copied to clipboard
Create an instance from a URI.