Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Identifiers for properties of the Border effect.
Syntax
typedef enum D2D1_BORDER_PROP {
D2D1_BORDER_PROP_EDGE_MODE_X = 0,
D2D1_BORDER_PROP_EDGE_MODE_Y = 1,
D2D1_BORDER_PROP_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_BORDER_PROP_EDGE_MODE_XValue: 0 The edge mode in the X direction for the effect. You can set this to clamp, wrap, or mirror. The type is D2D1_BORDER_EDGE_MODE. The default value is D2D1_BORDER_EDGE_MODE_CLAMP. |
D2D1_BORDER_PROP_EDGE_MODE_YValue: 1 The edge mode in the Y direction for the effect. You can set this to clamp, wrap, or mirror. The type is D2D1_BORDER_EDGE_MODE. The default value is D2D1_BORDER_EDGE_MODE_CLAMP. |
D2D1_BORDER_PROP_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1effects.h |