示例#1
0
文件: Device.cs 项目: hevey/maui
 public static double GetNamedSize(NamedSize size, Type targetElementType, bool useOldSizes)
 {
     return(PlatformServices.GetNamedSize(size, targetElementType, useOldSizes));
 }