API Reference > OdDb Classes > OdDbPlotSettings Class > OdDbPlotSettings Methods > OdDbPlotSettings::getPlotWindowArea Method
OdDbPlotSettings::getPlotWindowArea Method
Syntax
C++
void getPlotWindowArea(double& xMin, double& yMin, double& xMax, double& yMax) const;
Parameters 
Description 
double& xMin 
[in] Receives the X-coordinate of the lower-left corner.  
double& yMin 
[in] Receives the Y-coordinate of the lower-left corner.  
double& xMax 
[in] Receives the X-coordinate of the upper-right corner.  
double& yMax 
[in] Receives the Y-coordinate of the upper-right corner. 

Returns the corners of the plot window area for this PlotSettings object (DXF 48, 49, 140, 141). 

 

The corners define the area to be plotted if and only if plotType == kWindow.

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