ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / DrawMetafile Method / DrawMetafile(Metafile,RectangleF) Method
The drawing metafile.
The drawing rectangle.

In This Topic
    DrawMetafile(Metafile,RectangleF) Method
    In This Topic
    Draw metafile image from this RTF document.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawMetafile( _
       ByVal image As System.Drawing.Imaging.Metafile, _
       ByVal rc As System.Drawing.RectangleF _
    ) 
    public void DrawMetafile( 
       System.Drawing.Imaging.Metafile image,
       System.Drawing.RectangleF rc
    )

    Parameters

    image
    The drawing metafile.
    rc
    The drawing rectangle.
    See Also