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

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

C#
public SetRectCoordinatesOnDocumentInches(
    Single Left, 
    Single Top, 
    Single Width, 
    Single Height
);
Visual Basic
Public Sub SetRectCoordinatesOnDocumentInches(
    ByVal Left As Single, 
    ByVal Top As Single, 
    ByVal Width As Single, 
    ByVal Height As Single
)
Parameters
Parameters 
Description 
Left 
Left position of the rectangle of area selection in inches.  
Top 
Top position of the rectangle of area selection in inches.  
Width 
Width of the rectangle of area selection in inches.  
Height 
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.