Namespace:
C1.C1PrintDocument.DocEngine.Src
Assembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
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 _ ) |
Parameters
- graphics
- Type: System.Drawing..::.Graphics
- metafile
- Type: System.Drawing.Imaging..::.Metafile
- x
- Type: System..::.Single
- y
- Type: System..::.Single
- width
- Type: System..::.Single
- height
- Type: System..::.Single
- zoomX
- Type: System..::.Single
- zoomY
- Type: System..::.Single