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 Panel|Panel]] | ====Class hierarchy==== | ||
[[API Panel|Panel]] | |||
:[[API Panel.Position|Position]] | :[[API Panel.Position|Position]] | ||
::[[API Panel.Position|SetScale]] | ::[[API Panel.Position|SetScale]] | ||
| Line 10: | Line 11: | ||
==Parameters== | ==Parameters== | ||
[[Variable types|HANDLE]] ''Dest'' | |||
:The position or component to update | :The position or component to update | ||
[[Variable types|HANDLE]] ''Source'' | |||
:The position or component to read from | :The position or component to read from | ||
| Line 20: | Line 21: | ||
==Detailed description== | ==Detailed description== | ||
''No additional information'' | ''<span style="color:red;">No additional information</span>'' | ||
==Examples== | ==Examples== | ||
===Calling in a calculation=== | ===Calling in a calculation=== | ||
* Add to a calculation icon: <pre class="brush:[cpp]">::Panel.Position.SetScale(dest, source)</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">::Panel.Position.SetScale(dest, source)</pre> | ||
''<span style="color:red;">No additional information</span>'' | |||
Revision as of 22:07, 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)
No additional information