API Reference > OdDbRoot Classes > OdDbBaseVisualStylePE Class > OdDbBaseVisualStylePE Methods > OdDbBaseVisualStylePE::getPlotWindowArea Method
OdDbBaseVisualStylePE::getPlotWindowArea Method
Syntax
C++
virtual void getPlotWindowArea(const OdRxObject*, double& xmin, double& ymin, double& xmax, double& ymax) = 0;
Parameters 
Description 
double& xmin 
[out] A reference to be used for returning the X coordinate of the window area's lower left corner.  
double& ymin 
[out] A reference to be used for returning the Y coordinate of the window area's lower left corner.  
double& xmax 
[out] A reference to be used for returning the X coordinate of the window area's upper right corner.  
double& ymax 
[out] A reference to be used for returning the Y coordinate of the window area's upper right corner. 

Returns the current information about the plot window area for a specified layout. 

param [in] A pointer to a layout object.

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