'Declaration
Public Function SetRegionBorderWidth( _ ByVal RegionID As Integer, _ ByVal BorderWidth As Double _ ) As GdPictureStatus
public GdPictureStatus SetRegionBorderWidth( int RegionID, double BorderWidth )
public function SetRegionBorderWidth( RegionID: Integer; BorderWidth: Double ): GdPictureStatus;
public function SetRegionBorderWidth( RegionID : int, BorderWidth : double ) : GdPictureStatus;
public: GdPictureStatus SetRegionBorderWidth( int RegionID, double BorderWidth )
public: GdPictureStatus SetRegionBorderWidth( int RegionID, double 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 the AddRegion(String,Double,Double,Double,Double,Color,RegionFillMode) method.
- 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.