Class OTZImageManager
イメージクラス
Inheritance
System.Object
    OTZImageManager
  名前空間: OTZControls.Utilities
アセンブリ: OTZControls.dll
Syntax
public class OTZImageManagerコンストラクタ
OTZImageManager()
コンストラクタ
宣言
public OTZImageManager()プロパティ
ImageList
宣言
public ImageList ImageList { get; set; }プロパティ値
| 型 | 説明 | 
|---|---|
| ImageList | 
Item[Int32]
宣言
public Image this[int index] { get; set; }パラメーター
| 型 | 名前 | 説明 | 
|---|---|---|
| System.Int32 | index | 
プロパティ値
| 型 | 説明 | 
|---|---|
| Image | 
メソッド
GetAppImage(String, Int32, out Int32)
アイコンを取得します。
宣言
public Image? GetAppImage(string filePath, int dpi, out int index)パラメーター
| 型 | 名前 | 説明 | 
|---|---|---|
| System.String | filePath | ファイルパス。 | 
| System.Int32 | dpi | DPI。 | 
| System.Int32 | index | インデックス。 | 
戻り値
| 型 | 説明 | 
|---|---|
| System.Nullable<Image> | 
GetIcon(Int32)
アイコンを取得します。
宣言
public Icon GetIcon(int index)パラメーター
| 型 | 名前 | 説明 | 
|---|---|---|
| System.Int32 | index | 
戻り値
| 型 | 説明 | 
|---|---|
| Icon |