3#include "IComparable.h"
相等性比较接口
Definition IComparable.h:14
为支持ToString方法的类提供统一接口
Definition IToString.h:13
值转换器接口
Definition IValueConverter.h:14
SimpleWindow框架的顶级命名空间,所有公共类型、控件、枚举和工具函数均定义于此。
Definition Alignment.h:4
表示相对于左上角的点坐标
Definition Point.h:15
表示一个矩形区域
Definition Rect.h:17
std::wstring ToString() const
获取描述当前对象的字符串
Rect(const RECT &rect) noexcept
从RECT构造Rect
bool Equals(const Rect &other) const noexcept
判断两个Rect是否相等
Rect(double left, double top, double width, double height) noexcept
构造Rect
Point GetPos() const noexcept
获取Rect左上角的位置
double width
宽度
Definition Rect.h:31
double top
顶边
Definition Rect.h:26
Size GetSize() const noexcept
获取Rect的尺寸
double left
左边
Definition Rect.h:21
double height
高度
Definition Rect.h:36