Copies current layer to alpha channel of specified destination layer.
This is useful to handle alpha channel has other bitmaps, applying the same image processing algorithms.
Look also IEImage.LayersCreateFromAlpha method.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void LayersCopyToAlpha( int destLayer )
Public Sub LayersCopyToAlpha ( _ destLayer As Integer _ )
public: void LayersCopyToAlpha( int destLayer )
Parameters
- destLayer
- Int32
Destination layer index.