gdbThemePaintModeOnlyTheme | Only a theme is painted. A featureset set by the ThemePainter::Featureset property is not painted. |
gdbThemePaintModeOnlyFeatureset | Only a featureset set by the ThemePainter::Featureset property is painted. A theme is not painted. Features from the featureset are painted using styles set for feature types of the theme. |
gdbThemePaintModeBoth | A theme is painted and then a featureset set by the ThemePainter::Featureset property is painted. Features from the featureset are painted using highlighting styles of selected features set for the theme. |
gdbThemePaintModeMask | Only a featureset set by the ThemePainter::Featureset property is painted. A theme is not painted. Features from the featureset are painted using highlighting styles of selected features set for the theme. The result image is monochrome. The background color is white. The foreground color is returned by the Theme::SelectionColor property. The result image can be used in interactive applications as a mask to extract visually selected features in the theme. |