'Declaration
Public Function SetRegionBorderWidth( _ ByVal RegionID As Integer, _ ByVal BorderWidth As Integer _ ) As GdPictureStatus
public GdPictureStatus SetRegionBorderWidth( int RegionID, int BorderWidth )
public function SetRegionBorderWidth( RegionID: Integer; BorderWidth: Integer ): GdPictureStatus;
public function SetRegionBorderWidth( RegionID : int, BorderWidth : int ) : GdPictureStatus;
public: GdPictureStatus SetRegionBorderWidth( int RegionID, int BorderWidth )
public: GdPictureStatus SetRegionBorderWidth( int RegionID, int BorderWidth )
Parameters
- RegionID
- A unique region identifier of the specified region. You can obtain this identifier using the GetRegionID method or when creating regions using AddRegion(String,Int32,Int32,Int32,Int32,ForegroundMixMode,Int32) or AddRegionInches(String,Single,Single,Single,Single,ForegroundMixMode,Int32) methods.
- BorderWidth
- The new border width, in inches, of the specified region.
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.