ホーム › Graphics.Imaging › WICWebpAnmfProperties
WICWebpAnmfProperties
列挙型メンバー 1
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| WICWebpAnmfFrameDuration | 1 | 0x1 | 次のフレームを表示するまでの待機時間 (ミリ秒単位)。 |
公式ドキュメント
WebP イメージのアニメーションフレームのプロパティを指定します。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WICWebpAnmfProperties : int {
WICWebpAnmfFrameDuration = 1
} WICWebpAnmfProperties;public enum WICWebpAnmfProperties : int
{
WICWebpAnmfFrameDuration = 1,
}Public Enum WICWebpAnmfProperties As Integer
WICWebpAnmfFrameDuration = 1
End Enumimport enum
class WICWebpAnmfProperties(enum.IntEnum):
WICWebpAnmfFrameDuration = 1// WICWebpAnmfProperties
pub const WICWebpAnmfFrameDuration: i32 = 1;// WICWebpAnmfProperties
const (
WICWebpAnmfFrameDuration int32 = 1
)const
WICWebpAnmfFrameDuration = 1;// WICWebpAnmfProperties
pub const WICWebpAnmfFrameDuration: i32 = 1;const
WICWebpAnmfFrameDuration* = 1enum WICWebpAnmfProperties : int {
WICWebpAnmfFrameDuration = 1,
}#define global WICWebpAnmfFrameDuration 0x1