Bitmap for UWP
LoadMetadataAsync メソッド

C1.UWP.Bitmap アセンブリ > C1.Xaml.Bitmap 名前空間 > C1Bitmap クラス : LoadMetadataAsync メソッド
入力 StorageFile。
画像コンテナ形式。形式を自動的に検出するには、Unknown を使用します。
StorageFile から画像のメタデータをロードします。
シンタックス
'宣言
 
Public Function LoadMetadataAsync( _
   ByVal storageFile As Windows.Storage.StorageFile, _
   ByVal containerFormat As ContainerFormat _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadMetadataAsync( 
   Windows.Storage.StorageFile storageFile,
   ContainerFormat containerFormat
)

パラメータ

storageFile
入力 StorageFile。
containerFormat
画像コンテナ形式。形式を自動的に検出するには、Unknown を使用します。
参照

C1Bitmap クラス
C1Bitmap メンバ