You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Document Position > GetDisplayedAreaInches Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.GetDisplayedAreaInches Method

Returns the coordinates in inches of the visible area of the displayed document.

C#
public GetDisplayedAreaInches(
    ref Single Left, 
    ref Single Top, 
    ref Single Width, 
    ref Single Height
);
Visual Basic
Public Sub GetDisplayedAreaInches(
    ByRef Left As Single, 
    ByRef Top As Single, 
    ByRef Width As Single, 
    ByRef Height As Single
)
Parameters
Parameters 
Description 
Left 
Returns Left pixel (0 based) position of the area.  
Top 
Returns Top pixel (0 based) position of the area.  
Width 
Returns Width of the area in pixel.  
Height 
Returns Height of the area in pixel. 
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.