This method removes the transparent border around the bitmap.

A transparent border can be caused by multiple rotations.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LayersFixBorders(
	int layerIndex
)
Public Sub LayersFixBorders ( _
	layerIndex As Integer _
)
public:
void LayersFixBorders(
	int layerIndex
)

Parameters

layerIndex
Int32
The layer to remove transparent borders.

See Also