FarPoint.Win アセンブリ > FarPoint.Win.DPISupporting 名前空間 > DPIUtils クラス > GetBitmap メソッド : GetBitmap(Assembly,String) メソッド |
'Declaration Public Overloads Shared Function GetBitmap( _ ByVal assembly As Assembly, _ ByVal resourcePath As String _ ) As Bitmap
'使用法 Dim assembly As Assembly Dim resourcePath As String Dim value As Bitmap value = DPIUtils.GetBitmap(assembly, resourcePath)
public static Bitmap GetBitmap( Assembly assembly, string resourcePath )