geTransformUserBBox
geTransformUserBBox(
l_bbox
l_transform
)
=> l_bBox_new
Description
Transforms the specified bounding box by a list describing the offset, orientation, and magnification.
Arguments
|
List the offset, orientation, and magnification of the bBox. |
Value Returned
Examples
geTransformUserBBox(list(lowerLeftupperRight) list(OffsetOrientMag))
geTransformUserBBox(list(2:3 4:8) list(1:0 "R0" 1.1))
Related Topics
Utility Functions
Return to top