'Declaration
Public Function RemoveRegionByName( _ ByVal Name As String _ ) As GdPictureStatus
public GdPictureStatus RemoveRegionByName( string Name )
public function RemoveRegionByName( Name: String ): GdPictureStatus;
public function RemoveRegionByName( Name : String ) : GdPictureStatus;
public: GdPictureStatus RemoveRegionByName( string* Name )
public: GdPictureStatus RemoveRegionByName( String^ Name )
Parameters
- Name
- The name of the required region, which you have added using AddRegion(String,Int32,Int32,Int32,Int32,ForegroundMixMode,Int32) or AddRegionInches(String,Single,Single,Single,Single,ForegroundMixMode,Int32) methods or which you have identified using the SetRegionName method.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.