Метод | Описание | |
---|---|---|
GetDecodeId ( this format ) : System.Guid |
指定したフォーマット種別からデコーダーのGUIDを取得する
|
|
GetEncodertId ( this format ) : System.Guid |
指定したフォーマット種別からエンコーダーのGUIDを取得する
|
|
GetExtension ( this format ) : string |
指定したフォーマット種別からファイル拡張子を取得する
|
public static GetDecodeId ( this format ) : System.Guid | ||
format | this | 画像フォーマット種別 |
Результат | System.Guid |
public static GetEncodertId ( this format ) : System.Guid | ||
format | this | 画像フォーマット種別 |
Результат | System.Guid |
public static GetExtension ( this format ) : string | ||
format | this | 画像フォーマット種別 |
Результат | string |