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

svgMarkerOrientAttribute

列挙型
基底型i4

メンバー 2

名前10進16進
svgMarkerOrientAttributeAuto00x0
svgMarkerOrientAttribute_Max21474836470x7FFFFFFF

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 2147483647
enum svgMarkerOrientAttribute : int {
    svgMarkerOrientAttributeAuto = 0,
    svgMarkerOrientAttribute_Max = 2147483647,
}
#define global svgMarkerOrientAttributeAuto 0x0
#define global svgMarkerOrientAttribute_Max 0x7FFFFFFF