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