SimpleWindow
载入中...
搜索中...
未找到
sw::Rect结构体 参考

表示一个矩形区域 更多...

#include <Rect.h>

Public 成员函数

 Rect ()
 构造Rect
 
 Rect (double left, double top, double width, double height)
 构造Rect
 
 Rect (const RECT &rect)
 从RECT构造Rect
 
 operator RECT () const
 隐式转换RECT
 
Point GetPos () const
 获取Rect左上角的位置
 
Size GetSize () const
 获取Rect的尺寸
 
bool operator== (const Rect &other) const
 判断两个Rect是否相等
 
bool operator!= (const Rect &other) const
 判断两个Rect是否不相等
 

Public 属性

double left
 左边
 
double top
 顶边
 
double width
 宽度
 
double height
 高度
 

友元

std::wostream & operator<< (std::wostream &wos, const Rect &rect)
 支持Utils::BuildStr
 

详细描述

表示一个矩形区域


该结构体的文档由以下文件生成: