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

尺寸 更多...

#include <Size.h>

类 sw::Size 继承关系图:
sw::IToString< Size > sw::IEqualityComparable< Size >

Public 成员函数

 Size ()=default
 默认构造函数
 
 Size (double width, double height)
 构造指定宽高的Size结构体
 
 Size (const SIZE &size)
 从SIZE构造Size结构体
 
 operator SIZE () const
 隐式转换SIZE
 
bool Equals (const Size &other) const
 判断两个Size是否相等
 
std::wstring ToString () const
 获取描述当前对象的字符串
 
- Public 成员函数 继承自 sw::IToString< Size >
std::wstring ToString () const
 获取描述当前对象的字符串
 
- Public 成员函数 继承自 sw::IEqualityComparable< Size >
bool Equals (const Size & other) const
 判断当前对象与另一个对象是否相等
 
bool operator== (const Size & other) const
 判断当前对象是否与另一个对象相等
 
bool operator!= (const Size & other) const
 判断当前对象是否与另一个对象不相等
 

Public 属性

double width
 宽度
 
double height
 高度
 

详细描述

尺寸


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