C++
virtual void getViewport( AcGePoint2d & lowerLeft, AcGePoint2d & upperRight ) const = 0;
Description
This method retrieves the extents of the viewport in normalized device coordinates.
Parameters
Parameters | Description |
---|---|
lowerLeft | Output lower-left corner of the view in normalized device coordinates |
upperRight | Output upper-right corner of the view in normalized device coordinates |