网站首页
词典首页
请输入您要查询的计算机术语:
术语
RECT
释义
RECT结构
RECT数据结构具有如下形式:
typedef struct tagRECT
{
LONG left;
LONG top;
LONG right;
LONG bottom;
} RECT;
RECT结构定义了矩形的左上角坐标和右下角坐标。
成员:
left
指定了矩形的左上角的x坐标。
top
指定了矩形的左上角的y坐标。
right
指定了矩形的右下角的x坐标。
bottom
指定了矩形的右下角的y坐标。
请参阅:CRect
随便看
COlePasteSpecialDialog::DoModal
COlePasteSpecialDialog::GetDrawAspect
COlePasteSpecialDialog::GetIconicMetafile
COlePasteSpecialDialog::GetPasteIndex
COlePasteSpecialDialog::GetSelectionType
COlePasteSpecialDialog::m_ps
COlePropertiesDialog
COlePropertiesDialog::COlePropertiesDialog
COlePropertiesDialog::DoModal
COlePropertiesDialog::m_gp
COlePropertiesDialog::m_lp
COlePropertiesDialog::m_op
COlePropertiesDialog::m_psh
COlePropertiesDialog::m_vp
COlePropertiesDialog::OnApplyScale
COlePropertyPage
COlePropertyPage::COlePropertyPage
COlePropertyPage::GetControlStatus
COlePropertyPage::GetObjectArray
COlePropertyPage::GetPageSite
COlePropertyPage::IgnoreApply
COlePropertyPage::IsModified
COlePropertyPage::OnEditProperty
COlePropertyPage::OnHelp
COlePropertyPage::OnInitDialog
MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。
Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40
更新时间:2026/3/14 17:22:26