MergeMetaFile loads a metafile and draw it at the specified position.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void MergeMetaFile(
	string fileName,
	int x,
	int y,
	int width,
	int height
)
Public Sub MergeMetaFile ( _
	fileName As String, _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer _
)
public:
void MergeMetaFile(
	String^ fileName, 
	int x, 
	int y, 
	int width, 
	int height
)

Parameters

fileName
String
the metafile path
x
Int32
the starting x coordinate of the destination image
y
Int32
the starting y coordinate of the destination image
width
Int32
the width of the destination image
height
Int32
the height of the destination image

See Also