Appends a new layer and creates a bitmap from specified file.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int LayersAdd(
	string fileName,
	int posX,
	int posY
)
Public Function LayersAdd ( _
	fileName As String, _
	posX As Integer, _
	posY As Integer _
) As Integer
public:
int LayersAdd(
	String^ fileName, 
	int posX, 
	int posY
)

Parameters

fileName
String
Source image file.
posX
Int32
Left position of the new layer.
posY
Int32
Top position of the new layer.

Return Value

Returns index of the added layer.

See Also