Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPlotSettings::getPlotPaperMargins Method
Syntax
C++
void getPlotPaperMargins(double& leftMargin, double& bottomMargin, double& rightMargin, double& topMargin) const;

Returns the margins of the paper for this PlotSettings object. 

 

Parameters
Description
leftMargin
[out] Receives the left margin.
bottomMargin
[out] Receives the bottom margin.
rightMargin
[out] Receives the right margin.
topMargin
[out] Receives the top margin.

Margins are measured from their respective edges to the plot area and are independent of plot rotation. All distances are returned in millimeters, regardless of the drawing units.

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