Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void DrawMetafile(
	Graphics graphics,
	Metafile metafile,
	float x,
	float y,
	float width,
	float height,
	float zoomX,
	float zoomY
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub DrawMetafile ( _
	graphics As Graphics, _
	metafile As Metafile, _
	x As Single, _
	y As Single, _
	width As Single, _
	height As Single, _
	zoomX As Single, _
	zoomY As Single _
)

See Also