Version

Search Results

Matrix Constructor(Single,Single,Single,Single,Single,Single)

Initializes a new instance of the Matrix class. Syntax Parameters m11 The value in the first row, first column.m12 The value in the first row, second column.m21 The value in the second row, first column.m22 The value in the second row, second column.offsetX X-offset.offsetY Y-offset.

Matrix Constructor

Overload List

Metafile Class

Represents a metafile. Syntax Remarks Only WMF metafile types are supported. EMF and EMF+ are not supported.

MetafilePreferences Class

Defines metafile preferences. Syntax

MetafilePreferences Class Members

Public Constructors Public Properties

Embed Property (MetafilePreferences)

Gets or sets a boolean value indicating whether to embed the content. Syntax

Location Property (MetafilePreferences)

Gets or sets the location of the image. Syntax

Metafile Class Fields

For a list of all members of this type, see Metafile members. Protected Fields Name Description _preferences The metafiles preferences _stream The memory stream Top