- Thread starter
- #71
Ok, thanks. This I get, but how do I fetch those posx...height values in my plugin code?
private void SetPositionY(GUIControl control, Int32 currentY, Int32 adjustY)
{
control.SetPosition(control.XPosition, currentY - adjustY);
}