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

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

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

The width in inches of the region.

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