MESCIUS SPREAD for Windows Forms 15.0J
GetIcon(Assembly,String,Int32,Int32) メソッド

指定したアイコンリソースを含むアセンブリ。このアセンブリがnullの場合は、指定したアイコンリソースがファイルであることを意味します。
指定したアイコンリソースのパス。
アイコンの幅。
アイコンの高さ。
指定したリソースからアイコンを取得します。
構文
'宣言
 
Public Overloads Shared Function GetIcon( _
   ByVal assembly As Assembly, _
   ByVal resourcePath As String, _
   ByVal width As Integer, _
   ByVal height As Integer _
) As Icon
public static Icon GetIcon( 
   Assembly assembly,
   string resourcePath,
   int width,
   int height
)

パラメータ

assembly
指定したアイコンリソースを含むアセンブリ。このアセンブリがnullの場合は、指定したアイコンリソースがファイルであることを意味します。
resourcePath
指定したアイコンリソースのパス。
width
アイコンの幅。
height
アイコンの高さ。
参照

DPIUtils クラス
DPIUtils メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.