ZennoLab Assemblies Documentation
DisplacementInTabWindow Property (Document)
Example 
Gets the displacement of the upper left corner relative to the tab's window.
Syntax
public Point DisplacementInTabWindow {get;}

Property Value

Type: System.Drawing.Point

The point of the upper left corner.

Example
The following code example uses the 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;
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

Document Class
Document Members

Send Feedback