Gets the displacement of the upper left corner relative to the tab's window.
Syntax
Example
The following code example uses the
DisplacementInTabWindow property.
| C# | Copy Code |
|---|
using System.Drawing;
...
Document doc = tab.MainDocument;
Point point = doc.DisplacementInTabWindow; |
| PHP | Copy Code |
|---|
namespace System\Drawing;
...
$doc = $tab->MainDocument;
$point = $doc->DisplacementInTabWindow; |
Requirements
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also