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

Retrieve the border width of a region from his ID.

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

The border width of the region.

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