Version

Search Results

Metafile Class Members

Public Constructors Protected Fields Public Properties Public Methods

Metafile Class Methods

Public Methods

Metafile Class Properties

Public Properties

GetSize Method

Gets the dimensions of the image. Syntax Return Value A Size objects that represents the dimensions of the image.

Playback(IGraphics,Single,Single,Single) Method

Plays metafile commands on a graphic surface. Syntax Parameters graphics A graphic surface that implements the IGraphics interface.x X-component of the output.y Y-component of the output.scale A scale factor.

Playback(IGraphics,Single,Single,Single,IFontMapper) Method

Plays metafile commands on a graphic surface. Syntax Parameters graphics A graphic surface that implements the IGraphics interface.x X-component of the output.y Y-component of the output.scale A scale factor.fontMapper A font mapper.

Playback Method (Metafile)

Plays metafile commands on a graphic surface. Overload List

Preferences Property (Metafile)

Gets the MetafilePreferences associated with the object. Syntax

Metafile Constructor()

Protected constructor Syntax

Metafile Constructor(Stream)

Initializes a new instance of the Metafile class. Syntax Parameters stream Input stream.