Removes any transparent area on the edge of the layer bitmap, repositioning and resizing the resulting layer to the visible rectangle.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool CropAlpha()
Public Function CropAlpha As Boolean
public:
bool CropAlpha()

Return Value

Result is true if the bitmap was cropped (i.e. alpha was removed).

See Also