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