CRect::TopLeft
坐标的形式返回到 CRect包含的 CPoint 对象的引用。
CPoint& TopLeft( ) throw( );
const CPoint& TopLeft( ) const throw( );
返回值
矩形的左上角坐标。
备注
可以使用此功能添加到获取或设置矩形的左上角。将角使用此功能在赋值运算符左侧的。
示例
为 CRect::CenterPoint参见示例。
要求
Header: atltypes.h
坐标的形式返回到 CRect包含的 CPoint 对象的引用。
CPoint& TopLeft( ) throw( );
const CPoint& TopLeft( ) const throw( );
矩形的左上角坐标。
可以使用此功能添加到获取或设置矩形的左上角。将角使用此功能在赋值运算符左侧的。
为 CRect::CenterPoint参见示例。
Header: atltypes.h