DisplayList See also: Feed Guide Base class: _BlipValue Properties absPos : Vec2 (Read-Only) pos : Vec2 size : Vec2 (Read-Only) Constructors __init__(self, other: DisplayList) Copy constructor for DisplayList Methods add(self, d: DisplayList) clear(self) outlineBounded(self, material: DxMaterial, rect: Rect, col: Colour, texRect: Rect) print(self, font: SlugFont, text: str, pos: Vec2, iBlend: int = 1, c: Colour = Colour.white) printBounded(self, font: SlugFont, text: str, pos: Vec2, extent: float, leftMost: float, iBlend: int, col: Colour) print_(self, font: SlugFont, text: str, pos: Vec2, iBlend: int = 1, c: Colour = Colour.white) quad(self, material: DxMaterial, rect: Rect, col: Colour, texRect: Rect) quadBounded(self, material: DxMaterial, rect: Rect, col: Colour, texRect: Rect, leftMost: float) quadRounded(self, iBlend: int, rect: Rect, col: Colour, corners: Rect, texRect: Rect) remove(self, toRemove: DisplayList) sublist(self, pos: Vec2, tag: int) -> DisplayList tag(self) -> int