Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Similar to the Windows POINT structure.
class CPoint : public tagPOINT
Remarks
It also includes member functions to manipulate CPoint and POINT structures.
A CPoint object can be used wherever a POINT structure is used. The operators of this class that interact with a "size" accept either CSize objects or SIZE structures, since the two are interchangeable.
Hinweis
This class is derived from the tagPOINT structure. (The name tagPOINT is a less commonly used name for the POINT structure.) This means that the data members of the POINT structure, x and y, are accessible data members of CPoint.
Hinweis
For more information on shared utility classes (like CPoint), see Shared Classes.
Requirements
Header: atltypes.h
See Also
Concepts
MDI Sample: Demonstrates MDI Without Using Doc/View Architecture