Class: QgsDropShadowEffect

class qgis.core.QgsDropShadowEffect

Bases: QgsShadowEffect

A paint effect which draws an offset and optionally blurred drop shadow

Methods

boundingRect

clone

rtype

QgsDropShadowEffect

create

Creates a new QgsDropShadowEffect effect from a properties string map.

draw

drawSource

exteriorShadow

rtype

bool

fixQPictureDpi

imageOffset

source

sourceAsImage

type

rtype

str

boundingRect()
clone(self) → QgsDropShadowEffect
Return type

QgsDropShadowEffect

create(map: Dict[str, str]) → QgsPaintEffect

Creates a new QgsDropShadowEffect effect from a properties string map.

Parameters

map (Dict[str) – encoded properties string map

Return type

QgsPaintEffect

Returns

new QgsDropShadowEffect

draw()
drawSource()
exteriorShadow(self) → bool
Return type

bool

fixQPictureDpi()
imageOffset()
source()
sourceAsImage()
type(self) → str
Return type

str