Macro Language Reference > Macros > Graphic > tgradius
  
tgradius
Description
Changes the size of selected graphic objects by defining its radius.
Syntax
tgradius x size:uh? y size:uv? mode:n? relative:n?
tgradius
[no parameter]
Invoke the Set object size dialog box.
x size
Width
y size
Height
mode
Ø|0
Set size from center (radius)
1
Set total size
relative
Ø|0
Treat x size and y size as absolute sizes.
1
Add x size and y size to the original size.
Additional Information
This is, in effect, exactly the same as the tgssize macro, with the exception that mode defaults to a different value.
Related Links