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

尺寸 更多...

#include <Size.h>

Public 成员函数

 Size ()
 构造宽高均为0的Size结构体
 
 Size (double width, double height)
 构造指定宽高的Size结构体
 
 Size (const SIZE &size)
 从SIZE构造Size结构体
 
 operator SIZE () const
 隐式转换SIZE
 
bool operator== (const Size &other) const
 判断两个Size是否相等
 
bool operator!= (const Size &other) const
 判断两个Size是否不相等
 

Public 属性

double width
 宽度
 
double height
 高度
 

友元

std::wostream & operator<< (std::wostream &wos, const Size &size)
 支持Utils::BuildStr
 

详细描述

尺寸


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