Win32 API 日本語リファレンス
ホームGraphics.Imaging › WICWebpAnmfProperties

WICWebpAnmfProperties

列挙型
基底型i4

メンバー 1

名前10進16進
WICWebpAnmfFrameDuration10x1

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 1
enum WICWebpAnmfProperties : int {
    WICWebpAnmfFrameDuration = 1,
}
#define global WICWebpAnmfFrameDuration 0x1