#include <DbLayoutPaperPE.h>
This class is the Protocol Extension class for OdDbLayout objects.
- See also
- TD_Db
<group OdDb_Classes> 
Definition at line 45 of file DbLayoutPaperPE.h.
◆ drawBorder()
This function is called during vectorization to draw the paper border.
- Parameters
- 
  
    | pThis | [in] The layout that is being vectorized. |  | pWd | [in/out] Draw object that can be used by this function to set the necessary attributes and create the necessary geometry. |  | points | [in] Contains the 4 corners of the paper. |  
 
- Returns
- true if the border was successfully drawn, otherwise false, in which case the layout will do a default rendering of the border. 
 
 
◆ drawMargins()
This function is called during vectorization to draw the paper margins.
- Parameters
- 
  
    | pThis | [in] The layout that is being vectorized. |  | pWd | [in/out] Draw object that can be used by this function to set the necessary attributes and create the necessary geometry. |  | points | [in] Contains the 4 margin points. |  
 
- Returns
- true if the margins were successfully drawn, otherwise false, in which case the layout will do a default rendering of the margins. 
 
 
◆ drawPaper()
This function is called during vectorization to draw the paper. 
- Parameters
- 
  
    | pThis | [in] The layout that is being vectorized. |  | pWd | [in/out] Draw object that can be used by this function to set the necessary attributes and create the necessary geometry. |  | points | [in] Contains the 4 corners of the paper. |  
 
- Returns
- true if the paper was successfully drawn, otherwise false, in which case the layout will do a default rendering of the paper. 
 
 
◆ ODRX_DECLARE_MEMBERS()
The documentation for this class was generated from the following file: