'Declaration Public Overloads Function AsMetafile( _ ByVal referenceGraphics As Graphics, _ ByVal pdp As PageDrawParams _ ) As Metafile
public Metafile AsMetafile( Graphics referenceGraphics, PageDrawParams pdp )
Parameters
- referenceGraphics
- The reference graphics for the metafile.
- pdp
- The parameters used to draw the metafile.
Return Value
The System.Drawing.Imaging.Metafile representing the current page.