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

Sets the coordinates in pixel of the rectangle of area selection over the viewer.

C#
public SetRectCoordinatesOnViewer(
    int Left, 
    int Top, 
    int Width, 
    int Height
);
Visual Basic
Public Sub SetRectCoordinatesOnViewer(
    ByVal Left As Integer, 
    ByVal Top As Integer, 
    ByVal Width As Integer, 
    ByVal Height As Integer
)
Parameters
Parameters 
Description 
Left 
Required. Long. Left pixel position of the rectangle of area selection.  
Top 
Required. Long. Top pixel position of the rectangle of area selection.  
Width 
Required. Long. Width of the rectangle of area selection in pixel.  
Height 
Required. Long. 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.