BoundingRect
Kind: class
Module/package: models
SDK: pdfdancer-client-python 2.0.0
Represents a bounding rectangle with position and dimensions.
Declaration
BoundingRect(x: float, y: float, width: float, height: float) -> None
Members
__init__
__init__(self, x: float, y: float, width: float, height: float) -> None
Initialize self. See help(type(self)) for accurate signature.
get_height
get_height(self) -> float
get_width
get_width(self) -> float
get_x
get_x(self) -> float
get_y
get_y(self) -> float