Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPlotSettings::getPlotWindowArea Method
Syntax
C++
void getPlotWindowArea(double& xMin, double& yMin, double& xMax, double& yMax) const;

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

 

Parameters
Description
xMin
[in] Receives the X-coordinate of the lower-left corner.
yMin
[in] Receives the Y-coordinate of the lower-left corner.
xMax
[in] Receives the X-coordinate of the upper-right corner.
yMax
[in] Receives the Y-coordinate of the upper-right corner.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.