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

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

C#
public Boolean SetRegionLeft(
    int RegionID, 
    Single Left
);
Visual Basic
Public Function SetRegionLeft(
    ByVal RegionID As Integer, 
    ByVal Left As Single
) As Boolean
Parameters
Parameters 
Description 
RegionID 
The ID of the region. 
Left 
The left 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.