Skip to content

Latest commit

 

History

History
24 lines (8 loc) · 201 Bytes

PyCRect.md

File metadata and controls

24 lines (8 loc) · 201 Bytes

PyCRect

PyCRect Object

A Python interface the the MFC CRect class.

Items

  • [0] int : left

  • [1] int : top

  • [2] int : right

  • [3] int : bottom