API Reference > Other Classes > OdAbstractViewPE Class > OdAbstractViewPE Methods > OdAbstractViewPE::upperRightCorner Method
OdAbstractViewPE::upperRightCorner Method
Syntax
C++
virtual OdGePoint2d upperRightCorner(const OdRxObject* pViewport) const;
Parameters 
Description 
const OdRxObject* pViewport 
[in] Pointer to the Viewport object. 

Returns the upper-right corner of the specified Viewport object.

  • point == (0.0, 0.0) corresponds to the lower-left corner of the graphics area.
  • point == (1.0, 1.0) corresponds to the upper-right corner of the graphics area.

Coordinate Systems

Copyright © 2002–2020. Open Design Alliance. All rights reserved.