Revision Difference
Panel:GetPos#510753
<function name="GetPos" parent="Panel" type="classfunc">⤶
<description>⤶
Returns the position of the panel relative to its <page>Panel:GetParent</page>.⤶
⤶
If you require the panel's position **and** size, consider using <page>Panel:GetBounds</page> instead.⤶
⤶
⤶
If you need the position in screen space, see <page>Panel:LocalToScreen</page>.⤶
</description>⤶
<realm>Client</realm>⤶
<rets>⤶
<ret name="" type="number">X coordinate, relative to this panels parents top left corner.</ret>⤶
<ret name="" type="number">Y coordinate, relative to this panels parents top left corner.</ret>⤶
</rets>⤶
</function>⤶
⤶