Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The edge mode for the Border effect.
typedef enum D2D1_BORDER_EDGE_MODE {
D2D1_BORDER_EDGE_MODE_CLAMP = 0,
D2D1_BORDER_EDGE_MODE_WRAP = 1,
D2D1_BORDER_EDGE_MODE_MIRROR = 2,
D2D1_BORDER_EDGE_MODE_FORCE_DWORD = 0xffffffff
} ;
D2D1_BORDER_EDGE_MODE_CLAMP Value: 0 Repeats the pixels from the edges of the image. |
D2D1_BORDER_EDGE_MODE_WRAP Value: 1 Uses pixels from the opposite end edge of the image. |
D2D1_BORDER_EDGE_MODE_MIRROR Value: 2 Reflects pixels about the edge of the image. |
D2D1_BORDER_EDGE_MODE_FORCE_DWORD Value: 0xffffffff |
Requirement | Value |
---|---|
Header | d2d1effects.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today