D2D1_BORDER_PROP enumeration

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;

Constants

D2D1_BORDER_PROP_EDGE_MODE_X

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_Y

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.

Requirements

Header

D2d1effects.h

 

 

Show: