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

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

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