LoadedImageSurface.StartLoadFromUri 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
StartLoadFromUri(Uri) |
从提供的统一资源标识符 (URI) 图像源中定义的自然大小,将图像加载到 LoadedImageSurface 中。 |
StartLoadFromUri(Uri, Size) |
将图像加载到具有所需最大大小的统一资源标识符 (URI) LoadedImageSurface 中。 |
StartLoadFromUri(Uri)
从提供的统一资源标识符 (URI) 图像源中定义的自然大小,将图像加载到 LoadedImageSurface 中。
public:
static LoadedImageSurface ^ StartLoadFromUri(Uri ^ uri);
/// [Windows.Foundation.Metadata.Overload("StartLoadFromUri")]
static LoadedImageSurface StartLoadFromUri(Uri const& uri);
[Windows.Foundation.Metadata.Overload("StartLoadFromUri")]
public static LoadedImageSurface StartLoadFromUri(System.Uri uri);
function startLoadFromUri(uri)
Public Shared Function StartLoadFromUri (uri As Uri) As LoadedImageSurface
参数
返回
加载到其图 面上的图像的 LoadedImageSurface 实例。
- 属性
适用于
StartLoadFromUri(Uri, Size)
将图像加载到具有所需最大大小的统一资源标识符 (URI) LoadedImageSurface 中。
public:
static LoadedImageSurface ^ StartLoadFromUri(Uri ^ uri, Size desiredMaxSize);
/// [Windows.Foundation.Metadata.Overload("StartLoadFromUriWithSize")]
static LoadedImageSurface StartLoadFromUri(Uri const& uri, Size const& desiredMaxSize);
[Windows.Foundation.Metadata.Overload("StartLoadFromUriWithSize")]
public static LoadedImageSurface StartLoadFromUri(System.Uri uri, Size desiredMaxSize);
function startLoadFromUri(uri, desiredMaxSize)
Public Shared Function StartLoadFromUri (uri As Uri, desiredMaxSize As Size) As LoadedImageSurface
参数
- desiredMaxSize
- Size
图像图面的所需最大大小(以与设备无关的像素为单位)。
返回
加载到其图 面上的图像的 LoadedImageSurface 实例。
- 属性
注解
默认情况下, LoadedImageSurface 将填满尽可能多的 所需 MaxSize ,同时保留传入源的纵横比和图像内容。 这可能会导致解码大小不同于输入 desiredMaxSize