#include <PdfPublishTilingPattern.h>
This class implements an tiling pattern entity in .pdf documents created with Publish SDK.
Definition at line 54 of file PdfPublishTilingPattern.h.
◆ OdTilingPattern()
| OdPdfPublish::OdTilingPattern::OdTilingPattern |
( |
| ) |
|
|
protected |
◆ ~OdTilingPattern()
| virtual OdPdfPublish::OdTilingPattern::~OdTilingPattern |
( |
| ) |
|
|
virtual |
Destroys an tiling pattern object.
◆ getGeometryBlock()
| void OdPdfPublish::OdTilingPattern::getGeometryBlock |
( |
Od2dGeometryBlockPtr & | block | ) |
const |
Returns the current geometry block object. The method fills a passed geometry block object and returns it to the calling subroutine.
- Parameters
-
| block | [out] A placeholder for the geometry block object. |
◆ getSize()
Returns the current tiling pattern size (width and height in pixels). The method fills the passed integer values representing width and height of the tiling pattern and returns them to the calling subroutine.
- Parameters
-
| width | [out] A placeholder for the width value. |
| height | [out] A placeholder for the height value. |
◆ getXStep()
| void OdPdfPublish::OdTilingPattern::getXStep |
( |
OdInt32 & | x_step | ) |
const |
Returns the tiling pattern X step in pixels. The method fills the passed integer value representing X step of the tiling pattern and returns it to the calling subroutine.
- Parameters
-
| x_step | [out] A placeholder for the X step value. |
◆ getYStep()
| void OdPdfPublish::OdTilingPattern::getYStep |
( |
OdInt32 & | y_step | ) |
const |
Returns the tiling pattern Y step in pixels. The method fills the passed integer value representing Y step of the tiling pattern and returns it to the calling subroutine.
- Parameters
-
| y_step | [out] A placeholder for the Y step value. |
◆ ODRX_DECLARE_MEMBERS()
◆ ODRX_HEAP_OPERATORS()
| OdPdfPublish::OdTilingPattern::ODRX_HEAP_OPERATORS |
( |
| ) |
|
◆ setGeometryBlock()
| void OdPdfPublish::OdTilingPattern::setGeometryBlock |
( |
const Od2dGeometryBlockPtr & | block | ) |
|
Sets a geometry block object as the source for the tiling pattern.
- Parameters
-
| pRasterImage | [in] A smart pointer to a geometry block object. |
◆ setSize()
Sets the tiling pattern size in pixels.
- Parameters
-
| width | [in] A width value in pixels. |
| height | [in] A height value in pixels. |
◆ setXStep()
| void OdPdfPublish::OdTilingPattern::setXStep |
( |
const OdInt32 | x_step | ) |
|
Sets the tiling pattern X step in pixels.
- Parameters
-
| x_step | [in] A X step value in pixels. |
◆ setYStep()
| void OdPdfPublish::OdTilingPattern::setYStep |
( |
const OdInt32 | y_step | ) |
|
Sets the tiling pattern Y step in pixels.
- Parameters
-
| y_step | [in] A Y step value in pixels. |
The documentation for this class was generated from the following file: