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

Remove a region from his name.

C#
public Boolean RemoveRegionByName(
    String Name
);
Visual Basic
Public Function RemoveRegionByName(
    ByVal Name As String
) As Boolean
Parameters
Parameters 
Description 
Name 
The name of the region created using 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.