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.
CPoint&TopLeft();
const CPoint& TopLeft( ) const;
Return Value
The coordinates of the top-left corner of the rectangle.
Remarks
The coordinates are returned as a reference to a CPoint object that is contained in CRect.
You can use this function to either get or set the top-left corner of the rectangle. Set the corner by using this function on the left side of the assignment operator.
Example
See the example for CRect::CenterPoint.
CRect Overview | Class Members | Hierarchy Chart
See Also CRect::BottomRight, CPoint, CRect::CenterPoint