API Panel.Position.SetScale: Difference between revisions
Appearance
XML import |
XML import |
||
| Line 3: | Line 3: | ||
<div style="width:25%; float:right" class="toc"> | <div style="width:25%; float:right" class="toc"> | ||
===Class hierarchy===[[API | | ===Class hierarchy===[[API Panel|Panel]] | ||
:[[API Panel| | :[[API Panel.Position|Position]] | ||
::[[API Panel.Position| | ::[[API Panel.Position|SetScale]] | ||
</div> | </div> | ||
__TOC__ | __TOC__ | ||
Revision as of 21:21, 11 May 2013
<sidebar>API contents</sidebar> Sets an objects scale based on a position
Parameters
HANDLE Dest
- The position or component to update
HANDLE Source
- The position or component to read from
Return value
This call does not return a value
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.Position.SetScale(dest, source)