You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Rectangle Of Selection > GetRectCoordinatesOnDocumentInches Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.GetRectCoordinatesOnDocumentInches Method

Returns the coordinates in inches of the rectangle of area selection over the page of the displayed document.

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