Esempio n. 1
0
 /// <summary>Given a pixel size, return the ShellImageSize value with the closest size.</summary>
 /// <param name="pixels">Size, in pixels, of the image list size to search for.</param>
 /// <returns>An image list size.</returns>
 public static ShellImageSize PixelsToSHIL(int pixels) => (ShellImageSize)ShellUtil.PixelsToSHIL(pixels);