[]
Draw metafile.
public void DrawMetafile(Metafile meta, RectangleF rcImage, RectangleF rcClip, bool clipAllStrings, GraphicsUnit unit)
Public Sub DrawMetafile(meta As Metafile, rcImage As RectangleF, rcClip As RectangleF, clipAllStrings As Boolean, unit As GraphicsUnit)
| Type | Name | Description |
|---|---|---|
| Metafile | meta | The metafile object to draw. |
| RectangleF | rcImage | RectangleF structure that specifies the location of the drawn image, in points from the top left corner of the page. |
| RectangleF | rcClip | RectangleF structure that specifies a clipping rectangle on the page. No part of the image is drawn outside the clipping rectangle. |
| bool | clipAllStrings | Whether to clip all strings or no. |
| GraphicsUnit | unit | The unit of measure for the given data. |