网站首页
词典首页
请输入您要查询的计算机术语:
术语
POINT
释义
POINT结构
POINT数据结构具有如下形式:
typedef struct tagPOINT
{
LONG x;
LONG y;
} POINT;
POINT结构定义一个点的x和y坐标。
成员:
x
指定了点的x坐标。
y
指定了点的y坐标。
请参阅:CPoint
随便看
CIPAddressCtrl::SetAddress
CIPAddressCtrl::SetFieldFocus
CIPAddressCtrl::SetFieldRange
ClassList
CList
CList::AddHead
CList::AddTail
CListBox
CListBox::AddString
CListBox::CharToItem
CListBox::CListBox
CListBox::CompareItem
CListBox::Create
CListBox::DeleteItem
CListBox::DeleteString
CListBox::Dir
CListBox::DrawItem
CListBox::FindString
CListBox::FindStringExact
CListBox::GetAnchorIndex
CListBox::GetCaretIndex
CListBox::GetCount
CListBox::GetCurSel
CListBox::GetHorizontalExtent
CListBox::GetItemData
MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。
Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40
更新时间:2026/1/28 11:53:51