ホーム › Web.MsHtml › svgPreserveAspectMeetOrSliceType
svgPreserveAspectMeetOrSliceType
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| SVG_MEETORSLICE_UNKNOWN | 0 | 0x0 |
| SVG_MEETORSLICE_MEET | 1 | 0x1 |
| SVG_MEETORSLICE_SLICE | 2 | 0x2 |
| svgPreserveAspectMeetOrSliceType_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum svgPreserveAspectMeetOrSliceType : int {
SVG_MEETORSLICE_UNKNOWN = 0,
SVG_MEETORSLICE_MEET = 1,
SVG_MEETORSLICE_SLICE = 2,
svgPreserveAspectMeetOrSliceType_Max = 2147483647
} svgPreserveAspectMeetOrSliceType;public enum svgPreserveAspectMeetOrSliceType : int
{
SVG_MEETORSLICE_UNKNOWN = 0,
SVG_MEETORSLICE_MEET = 1,
SVG_MEETORSLICE_SLICE = 2,
svgPreserveAspectMeetOrSliceType_Max = 2147483647,
}Public Enum svgPreserveAspectMeetOrSliceType As Integer
SVG_MEETORSLICE_UNKNOWN = 0
SVG_MEETORSLICE_MEET = 1
SVG_MEETORSLICE_SLICE = 2
svgPreserveAspectMeetOrSliceType_Max = 2147483647
End Enumimport enum
class svgPreserveAspectMeetOrSliceType(enum.IntEnum):
SVG_MEETORSLICE_UNKNOWN = 0
SVG_MEETORSLICE_MEET = 1
SVG_MEETORSLICE_SLICE = 2
svgPreserveAspectMeetOrSliceType_Max = 2147483647// svgPreserveAspectMeetOrSliceType
pub const SVG_MEETORSLICE_UNKNOWN: i32 = 0;
pub const SVG_MEETORSLICE_MEET: i32 = 1;
pub const SVG_MEETORSLICE_SLICE: i32 = 2;
pub const svgPreserveAspectMeetOrSliceType_Max: i32 = 2147483647;// svgPreserveAspectMeetOrSliceType
const (
SVG_MEETORSLICE_UNKNOWN int32 = 0
SVG_MEETORSLICE_MEET int32 = 1
SVG_MEETORSLICE_SLICE int32 = 2
svgPreserveAspectMeetOrSliceType_Max int32 = 2147483647
)const
SVG_MEETORSLICE_UNKNOWN = 0;
SVG_MEETORSLICE_MEET = 1;
SVG_MEETORSLICE_SLICE = 2;
svgPreserveAspectMeetOrSliceType_Max = 2147483647;// svgPreserveAspectMeetOrSliceType
pub const SVG_MEETORSLICE_UNKNOWN: i32 = 0;
pub const SVG_MEETORSLICE_MEET: i32 = 1;
pub const SVG_MEETORSLICE_SLICE: i32 = 2;
pub const svgPreserveAspectMeetOrSliceType_Max: i32 = 2147483647;const
SVG_MEETORSLICE_UNKNOWN* = 0
SVG_MEETORSLICE_MEET* = 1
SVG_MEETORSLICE_SLICE* = 2
svgPreserveAspectMeetOrSliceType_Max* = 2147483647enum svgPreserveAspectMeetOrSliceType : int {
SVG_MEETORSLICE_UNKNOWN = 0,
SVG_MEETORSLICE_MEET = 1,
SVG_MEETORSLICE_SLICE = 2,
svgPreserveAspectMeetOrSliceType_Max = 2147483647,
}#define global SVG_MEETORSLICE_UNKNOWN 0x0
#define global SVG_MEETORSLICE_MEET 0x1
#define global SVG_MEETORSLICE_SLICE 0x2
#define global svgPreserveAspectMeetOrSliceType_Max 0x7FFFFFFF