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

Remove a region from his ID.

C#
public Boolean RemoveRegionByID(
    int RegionID
);
Visual Basic
Public Function RemoveRegionByID(
    ByVal RegionID As Integer
) As Boolean
Parameters
Parameters 
Description 
RegionID 
A region ID returned by the AddRegion or the AddRegionInches function.  
Returns

True if success, else False (region does not exist).

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