网站首页
词典首页
请输入您要查询的计算机术语:
术语
POINT
释义
POINT结构
POINT数据结构具有如下形式:
typedef struct tagPOINT
{
LONG x;
LONG y;
} POINT;
POINT结构定义一个点的x和y坐标。
成员:
x
指定了点的x坐标。
y
指定了点的y坐标。
请参阅:CPoint
随便看
CGdiObject::DeleteTempMap
CGdiObject::Detach
CGdiObject::FromHandle
CGdiObject::GetObject
CGdiObject::GetObjectType
CGdiObject::GetSafeHandle
CGdiObject::m_hObject
CGdiObject::UnrealizeObject
CGopherConnection
CGopherConnection::CGopherConnection
CGopherConnection::CreateLocator
CGopherConnection::GetAttribute
CGopherConnection::OpenFile
CGopherFile
CGopherFile::CGopherFile
CGopherFile::Close
CGopherFileFind
CGopherFileFind::CGopherFileFind
CGopherFileFind::FindFile
CGopherFileFind::FindNextFile
CGopherFileFind::GetLength
CGopherFileFind::GetLocator
CGopherFileFind::GetScreenName
CGopherLocator
CGopherLocator::CGopherLocator
MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。
Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40
更新时间:2025/1/9 4:03:18