Class: QgsAnnotationItemEditOperationSetItemBounds¶
Annotation item edit operation consisting of setting the bounds of an item.
Added in version 4.4.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Abstract base class for annotation item edit operations. |
Constructor
Methods
Returns the new item bounds (in the annotation layer's CRS). |
- class qgis.core.QgsAnnotationItemEditOperationSetItemBounds[source]¶
Bases:
QgsAbstractAnnotationItemEditOperation- __init__(itemId: str | None, bounds: QgsRectangle)¶
Constructor for QgsAnnotationItemEditOperationSetItemBounds, setting the item with the specified
itemIdto the givenbounds(in the annotation layer’s CRS).- Parameters:
itemId (Optional[str])
bounds (QgsRectangle)
- __init__(a0: QgsAnnotationItemEditOperationSetItemBounds)
- Parameters:
- bounds(self) QgsRectangle[source]¶
Returns the new item bounds (in the annotation layer’s CRS).
- Return type: