'Declaration
Public Function DeleteBlackBorders( _ ByVal ImageID As Integer, _ ByVal Margin As Integer, _ ByVal SkewedBorders As Boolean _ ) As GdPictureStatus
public GdPictureStatus DeleteBlackBorders( int ImageID, int Margin, bool SkewedBorders )
public function DeleteBlackBorders( ImageID: Integer; Margin: Integer; SkewedBorders: Boolean ): GdPictureStatus;
public function DeleteBlackBorders( ImageID : int, Margin : int, SkewedBorders : boolean ) : GdPictureStatus;
public: GdPictureStatus DeleteBlackBorders( int ImageID, int Margin, bool SkewedBorders )
public: GdPictureStatus DeleteBlackBorders( int ImageID, int Margin, bool SkewedBorders )
Parameters
- ImageID
- GdPicture image identifier.
- Margin
- Max distance in pixels from edges of image a border is allowed to start. Suggested value is 10.
- SkewedBorders
- Whether the borders are skewed or not. Meaning if the borders are not uniform in size, such that their width changes along the y-axis if they are vertical borders, or their height changes along the x-axis if they are horizontal borders, or both. Suggested value is false.
Return Value
A member of the GdPictureStatus enumeration.