FarPoint.Win アセンブリ > FarPoint.Win.DPISupporting 名前空間 > DPIUtils クラス : GetExistingScaleResourceInfos メソッド |
'Declaration Public Shared Function GetExistingScaleResourceInfos( _ ByVal assembly As Assembly, _ ByVal resourcePath As String, _ ByVal scaleFactors() As Single _ ) As List(Of ScaleResourceInfo)
'使用法 Dim assembly As Assembly Dim resourcePath As String Dim scaleFactors() As Single Dim value As List(Of ScaleResourceInfo) value = DPIUtils.GetExistingScaleResourceInfos(assembly, resourcePath, scaleFactors)
public static List<ScaleResourceInfo> GetExistingScaleResourceInfos( Assembly assembly, string resourcePath, float[] scaleFactors )