Metafile Class

Methods | This Package | All Packages

Encapsulates a Windows metafile.

Image
  |
  +--Metafile

package com.ms.wfc.ui

public class Metafile
extends
Image**
implements** IPersistable****

Remarks

You can think of a metafile as a graphics macro. A metafile consists of graphics function calls that have been stored in a file. The ability to store such information in a file enables you to reproduce the graphics commands that originally created the metafile image on any screen resolution with any scale, resulting in smoothly scaled images.