This class implements a reference to the two-dimensional geometry in .pdf documents created with Publish SDK. The geometry options for this reference can be set by setting the transformation matrix, scale, rotation and translation. These options are applied to the rendering of the geometry referenced by the Od2dGeometryReference object.
For example, assume that a document has an Od2dGeometryBlock object with size 10x10 units. If you create a reference to it represented with an Od2dGeometryReference object and apply the scale 2.0 to it, Publish will render a block with size 20x20 units.
Default constructor for this class. (Inherited from OdRxObject) | |
Destroys the reference to a geometry object. | |
Destroys an instance of a Publish SDK object. (Inherited from OdObject) | |
The virtual destructor for this class. (Inherited from OdRxObject) |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Casts the specified raw pointer to the smart pointer. (Inherited from OdRxObject) | |
Clears the Publish SDK object. (Inherited from OdObject) | |
Creates a *clone* of this object, and returns a pointer to the *clone*. (Inherited from OdRxObject) | |
Compares another object to this one in a some meaning. (Inherited from OdRxObject) | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns the current value of the border flag for the geometry reference object. The method fills a passed value and returns it to a calling subroutine. | |
Returns the current border color for the geometry reference object. The method fills a passed value and returns it to a calling subroutine. | |
Returns the currently referenced geometry block. The method fills a passed smart pointer object and returns it to a calling subroutine. | |
Returns the current PDF layer object for the geometry block reference. | |
Returns the current rotation angle for the geometry block reference. The method fills a passed value and returns it to a calling subroutine. | |
Returns the current scaling value for the geometry block reference. The method fills a passed value and returns it to a calling subroutine. | |
Returns the current transformation matrix for the geometry reference object. The method fills a passed matrix object and returns it to a calling subroutine. | |
Returns the current translation vector for the geometry block reference. The method fills a passed value and returns it to a calling subroutine. | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is empty. (Inherited from OdObject) | |
Returns true if and only if the specified object is equal to this one in a some meaning. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns true if and only if this object is an instance of the specified class or a subclass of the specified class. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is valid. (Inherited from OdObject) | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class. (Inherited from OdRxObject) | |
Declares the method decrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
Sets a new value of the border flag for the geometry object reference. | |
Sets a new color for the geometry reference object. | |
Sets a new geometry block to be referenced. | |
Sets a new PDF layer object for the geometry reference object. | |
Sets a new rotation angle (in radians) for the geometry reference object. | |
Sets a scale value for the geometry reference object. | |
Sets a new transfomation matrix for the geometry reference object. | |
Sets a new translation vector for the geometry reference object. | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot. (Inherited from OdRxObject) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|