Centerfigure: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Places a given figure into a centered default position. | Places a given figure into a centered default position. | ||
===Synopsis=== | ===Synopsis=== | ||
:centerfigure(fig) | :centerfigure(fig) | ||
:centerfigure(fig,targfig) | :centerfigure(fig,targfig) | ||
===Description=== | ===Description=== | ||
Given a figure handle, CENTERFIGURE positions the figure based on the height and width of the figure and the default figure position. | Given a figure handle, CENTERFIGURE positions the figure based on the height and width of the figure and the default figure position. | ||
If second input 'targfig' is given then CENTERFIGURE tries to place the fig centered on top of targfig. | If second input 'targfig' is given then CENTERFIGURE tries to place the fig centered on top of targfig. | ||
===See Also=== | ===See Also=== | ||
[[positionmanager]] | [[positionmanager]] |
Revision as of 14:24, 3 September 2008
Purpose
Places a given figure into a centered default position.
Synopsis
- centerfigure(fig)
- centerfigure(fig,targfig)
Description
Given a figure handle, CENTERFIGURE positions the figure based on the height and width of the figure and the default figure position.
If second input 'targfig' is given then CENTERFIGURE tries to place the fig centered on top of targfig.