You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Regions > SetRegionTop Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.SetRegionTop Method

Sets the top position in inches, of a region from his ID.

C#
public Boolean SetRegionTop(
    int RegionID, 
    Single Top
);
Visual Basic
Public Function SetRegionTop(
    ByVal RegionID As Integer, 
    ByVal Top As Single
) As Boolean
Parameters
Parameters 
Description 
RegionID 
The ID of the region. 
Top 
The top position in inches of the region. 
Returns

True if success, else False (Unknown Region).

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.