functions.py 文件源码

python
阅读 47 收藏 0 点赞 0 评论 0

项目:grid 作者: russelg 项目源码 文件源码
def to_rect(coords):
    """Converts a set of coordinates to a windows RECT

    Converts the form [x1, y1, x2, y2] to a windows RECT structure.

    Args:
        coords: List of coordinates in the form [x1, y1, x2, y2].

    Returns:
        A windows RECT structure.
    """
    rect = ctypes.wintypes.RECT(*coords)
    return rect
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号