ComponentOne PDF for .NET
DrawMetafile Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class : DrawMetafile Method
The metafile object to draw.
System.Drawing.RectangleF structure that specifies the location of the drawn image, in points from the top left corner of the page.
System.Drawing.RectangleF structure that specifies a clipping rectangle on the page. No part of the image is drawn outside the clipping rectangle.
Whether to clip all strings or no.
The unit of measure for the given data.
Draw metafile.
Syntax
'Declaration
 
Public Sub DrawMetafile( _
   ByVal meta As System.Drawing.Imaging.Metafile, _
   ByVal rcImage As System.Drawing.RectangleF, _
   ByVal rcClip As System.Drawing.RectangleF, _
   ByVal clipAllStrings As System.Boolean, _
   ByVal unit As System.Drawing.GraphicsUnit _
) 
public void DrawMetafile( 
   System.Drawing.Imaging.Metafile meta,
   System.Drawing.RectangleF rcImage,
   System.Drawing.RectangleF rcClip,
   System.bool clipAllStrings,
   System.Drawing.GraphicsUnit unit
)

Parameters

meta
The metafile object to draw.
rcImage
System.Drawing.RectangleF structure that specifies the location of the drawn image, in points from the top left corner of the page.
rcClip
System.Drawing.RectangleF structure that specifies a clipping rectangle on the page. No part of the image is drawn outside the clipping rectangle.
clipAllStrings
Whether to clip all strings or no.
unit
The unit of measure for the given data.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members