DBcopyTransformElement |
Top Previous Next |
Any element in an object copy. While copying transformations can be carried out. Parametre element (PELEMENT) [IN] This element is copied in the object. object (POBJECT) [IN] Object takes up copy of element. matrix (DMATRIX *) [IN] Matrix for co-ordinate conversion. transformTextScale (int) [IN] With TEXT_ELEMENT the text is anew scaled. Result (PELEMENT) [OUT] Act on the new element in object, but ZERO. Declaration #include "database.h"
PELEMENT DLLENTRY DBcopyTransformElement ( PELEMENT element, POBJECT object, DMATRIX * matrix, int transformTextScale ); Related functions
|