PySMALL_RECT Object

Wrapper for a SMALL_RECT struct Create using PySMALL_RECTType(Left, Top, Right, Bottom). All params optional, defaulting to 0

Properties

int Left
Left side of rectangle

int Top
Top edge of rectangle

int Right
Right edge of rectangle

int Bottom
Bottome edge of rectangle