Win32 API 日本語リファレンス
ホームWeb.MsHtml › svgPreserveAspectMeetOrSliceType

svgPreserveAspectMeetOrSliceType

列挙型
基底型i4

メンバー 4

名前10進16進
SVG_MEETORSLICE_UNKNOWN00x0
SVG_MEETORSLICE_MEET10x1
SVG_MEETORSLICE_SLICE20x2
svgPreserveAspectMeetOrSliceType_Max21474836470x7FFFFFFF

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 2147483647
enum 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