| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Document Class : DisplacementInTabWindow Property |
using System.Drawing; ... // get document Document doc = tab.MainDocument; // get the displacement in tab for main document Point point = doc.DisplacementInTabWindow;
use System\Drawing; ... // get document $doc = $tab->MainDocument; // get the displacement in tab for main document $point = $doc->DisplacementInTabWindow;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.