ImageResolution structure

ImageResolution structure

Specifies the resolution of an image requested by a DownloadImageOperation.

Syntax


public struct ImageResolution

Members

The ImageResolution structure has these fields.

FieldData typeDescription
Height

System.UInt32 [.NET] | uint32 [C++]

The height of the image.

Width

System.UInt32 [.NET] | uint32 [C++]

The width of the image.

 

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.SocialInformation
Windows::Phone::SocialInformation [C++]

Metadata

Windows.WinMD

Attributes

[Version(0x06030000)]

 

 

Show:
© 2017 Microsoft