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

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

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

The left 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.