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

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

C#
public Single GetRegionTop(
    int RegionID
);
Visual Basic
Public Function GetRegionTop(
    ByVal RegionID As Integer
) As Single
Parameters
Parameters 
Description 
RegionID 
The ID of the region. 
Returns

The top position in inches of the region.

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