LayersCurrent get/set the current layer. The first layer starts at 0, the last is LayersCount-1.
Making a layer current changes the bitmap properties, so it points to the current layer (allowing specification of which layer is active for input/output and image processing operations).
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int LayersCurrent { get; set; }
Public Property LayersCurrent As Integer Get Set
public: property int LayersCurrent { int get (); void set (int value); }