Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Identifiers for properties of the Tile effect.
Syntax
typedef enum D2D1_TILE_PROP {
D2D1_TILE_PROP_RECT = 0,
D2D1_TILE_PROP_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_TILE_PROP_RECTValue: 0 The region of the image to be tiled. This property is a D2D1_VECTOR_4F defined as: (left, top, right, bottom). The units are in DIPs. The type is D2D1_VECTOR_4F. The default is {0.0f, 0.0f, 100.0f, 100.0f}. |
D2D1_TILE_PROP_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1effects.h |