Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |