Share

AcDbPlotSettings::getPlotWindowArea

C++

Acad::ErrorStatus getPlotWindowArea(
    double& xmin, 
    double& ymin, 
    double& xmax, 
    double& ymax
) const;

Description

If a plot type of kWindow is selected, then these coordinates define the portion of the layout to plot. The arguments specify the two points in paperspace positioned on the output media.

Parameters

Parameters Description
xmin Output pointer to x-coordinate of lower left window corner
ymin Output pointer to y-coordinate of lower left window corner
xmax Output pointer to x-coordinate of upper right window corner
ymax Output pointer to y-coordinate of y-coordinate of upper right window corner

Links

AcDbPlotSettings

Was this information helpful?