ホーム › System.RemoteDesktop › SnapshotFormatType
SnapshotFormatType
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| SnapshotFormatPng | 0 | 0x0 |
| SnapshotFormatJpeg | 1 | 0x1 |
| SnapshotFormatBmp | 2 | 0x2 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum SnapshotFormatType : int {
SnapshotFormatPng = 0,
SnapshotFormatJpeg = 1,
SnapshotFormatBmp = 2
} SnapshotFormatType;public enum SnapshotFormatType : int
{
SnapshotFormatPng = 0,
SnapshotFormatJpeg = 1,
SnapshotFormatBmp = 2,
}Public Enum SnapshotFormatType As Integer
SnapshotFormatPng = 0
SnapshotFormatJpeg = 1
SnapshotFormatBmp = 2
End Enumimport enum
class SnapshotFormatType(enum.IntEnum):
SnapshotFormatPng = 0
SnapshotFormatJpeg = 1
SnapshotFormatBmp = 2// SnapshotFormatType
pub const SnapshotFormatPng: i32 = 0;
pub const SnapshotFormatJpeg: i32 = 1;
pub const SnapshotFormatBmp: i32 = 2;// SnapshotFormatType
const (
SnapshotFormatPng int32 = 0
SnapshotFormatJpeg int32 = 1
SnapshotFormatBmp int32 = 2
)const
SnapshotFormatPng = 0;
SnapshotFormatJpeg = 1;
SnapshotFormatBmp = 2;// SnapshotFormatType
pub const SnapshotFormatPng: i32 = 0;
pub const SnapshotFormatJpeg: i32 = 1;
pub const SnapshotFormatBmp: i32 = 2;const
SnapshotFormatPng* = 0
SnapshotFormatJpeg* = 1
SnapshotFormatBmp* = 2enum SnapshotFormatType : int {
SnapshotFormatPng = 0,
SnapshotFormatJpeg = 1,
SnapshotFormatBmp = 2,
}#define global SnapshotFormatPng 0x0
#define global SnapshotFormatJpeg 0x1
#define global SnapshotFormatBmp 0x2