UserPictureSize Enumeration

Picture sizes

Syntax

public enum class UserPictureSize  

Members

Member Value Description
Large A large picture (424x424).
Medium A medium-sized picture (208x208).
ExtraLarge An extra large picture (1080x1080).
Small A small picture (64x64).

Remarks

Use UserPictureSize values when calling UserDisplayInfo::GetApplicationPictureAsync or UserDisplayInfo::GetGamerPictureAsync.

Exact picture sizes can vary. Your code should check the exact dimensions of a picture after retrieving it.

Requirements

Namespace: Windows.Xbox.System

Metadata: windows.winmd

See also

Reference

Windows.Xbox.System Namespace