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.
Option flags for transformed image sources.
Syntax
typedef enum D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS {
D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_NONE = 0,
D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_DISABLE_DPI_SCALE = 1,
D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_NONE Value: 0 No option flags. |
D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_DISABLE_DPI_SCALE Value: 1 Prevents the image source from being automatically scaled (by a ratio of the context DPI divided by 96) while drawn. |
D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_FORCE_DWORD Value: 0xffffffff |
Requirements
Requirement | Value |
---|---|
Header | d2d1_3.h |