[]
        
(Showing Draft Content)

C1.C1Pdf.C1PdfDocument.DrawMetafile

DrawMetafile Method

DrawMetafile(Metafile, RectangleF, RectangleF, bool, GraphicsUnit)

Draw metafile.

Declaration
public void DrawMetafile(Metafile meta, RectangleF rcImage, RectangleF rcClip, bool clipAllStrings, GraphicsUnit unit)
Parameters
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.