Placement
Constructor
Methods
build
Builds the object.
def build() -> canvas.Placement
bottom
def bottom(bottom: float) -> typing.Self
height
def height(height: float) -> typing.Self
left
def left(left: float) -> typing.Self
right
def right(right: float) -> typing.Self
rotation
def rotation(rotation: float) -> typing.Self
top
def top(top: float) -> typing.Self
width
def width(width: float) -> typing.Self
See also