Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies a value for the SVG overflow property.
Syntax
typedef enum D2D1_SVG_OVERFLOW {
D2D1_SVG_OVERFLOW_VISIBLE = 0,
D2D1_SVG_OVERFLOW_HIDDEN = 1,
D2D1_SVG_OVERFLOW_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_SVG_OVERFLOW_VISIBLEValue: 0 The element is not clipped to its viewport. |
D2D1_SVG_OVERFLOW_HIDDENValue: 1 The element is clipped to its viewport. |
D2D1_SVG_OVERFLOW_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1svg.h |