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.
Overload List
Represents a metafile. Syntax Remarks Only WMF metafile types are supported. EMF and EMF+ are not supported.
Defines metafile preferences. Syntax
Public Constructors Public Properties
Public Properties
Gets or sets a boolean value indicating whether to embed the content. Syntax
Gets or sets the location of the image. Syntax
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