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