如何在MSDN中查找类的成员函数?

来源:百度知道 编辑:UC知道 时间:2024/06/08 09:43:10
比方说我想查看Cpend 所有成员函数,可在MSDN里怎么也找不到,主要想看每个函数的参数,怎么用。可CPen members 里却只有这些
CPen Class Members
Construction
CPen Constructs a CPen object.
Initialization
CreatePen Creates a logical cosmetic or geometric pen with the specified style, width, and brush attributes, and attaches it to the CPen object.
CreatePenIndirect Creates a pen with the style, width, and color given in aLOGPEN structure, and attaches it to the CPen object.
Operations
FromHandle Returns a pointer to a CPen object when given a Windows HPEN.
Attributes
operator HPEN Returns the Windows handle attached to the CPen object.
GetLogPen Gets aLOGPEN underlying structure.
GetExtLogPen Gets anEXTLOGPEN underlying structure.
CPen Overview | Base Class Members | Hierarchy Chart

谁能告诉我,在哪地方能查到类的成员函数列表?谢谢
更正是CPen .

不会是因为我的MSDN是精简版的吧?

那你就用带参数的构造函数。还有个方法,你那个方法可不可以定义为static.

中文简体版MSDN.开发中心 .NET FrameworkASP.NETOfficeSQL ServerVisual BasicVisual C++Visual C#Visual StudioVisual Studio ExpressVisual Studio Team System 2008Visual Studio Team System 2005Windows MobileWindows Vista