网站首页
词典首页
请输入您要查询的计算机术语:
术语
POINT
释义
POINT结构
POINT数据结构具有如下形式:
typedef struct tagPOINT
{
LONG x;
LONG y;
} POINT;
POINT结构定义一个点的x和y坐标。
成员:
x
指定了点的x坐标。
y
指定了点的y坐标。
请参阅:CPoint
随便看
CComboBox::GetEditSel
CComboBox::GetExtendedUI
CComboBox::GetHorizontalExtent
CComboBox::GetItemData
CComboBox::GetItemDataPtr
CComboBox::GetItemHeight
CComboBox::GetLBText
CComboBox::GetLBTextLen
CComboBox::GetLocale
CComboBox::GetTopIndex
CComboBox::InitStorage
CComboBox::InsertString
CComboBox::LimitText
CComboBox::MeasureItem
CComboBox::Paste
CComboBox::ResetContent
CComboBox::SelectString
CComboBox::SetCurSel
CComboBox::SetDroppedWidth
CComboBox::SetEditSel
CComboBox::SetExtendedUI
CComboBox::SetHorizontalExtent
CComboBox::SetItemData
CComboBox::SetItemDataPtr
CComboBox::SetItemHeight
MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。
Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40
更新时间:2026/4/17 12:49:26