Class: QgsDropShadowEffect¶
A paint effect which draws an offset and optionally blurred drop shadow.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Base class for paint effects which render offset, blurred shadows. |
|
Base class for visual effects which can be applied to QPicture drawings. |
Static Methods
Creates a new |
- class qgis.core.QgsDropShadowEffect[source]¶
Bases:
QgsShadowEffect- static create(map: dict[str, Any]) QgsPaintEffect | None[source]¶
Creates a new
QgsDropShadowEffecteffect from a properties string map.- Parameters:
map (dict[str, Any]) – encoded properties string map
- Return type:
Optional[QgsPaintEffect]
- Returns:
new QgsDropShadowEffect