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

Sets the border width of a region from his ID.

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