Initializes a new instance of the
MetaForm class.
Namespace:
CADImport.Export.MetaExport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal name As String, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal emfType As EmfType _ ) |
Parameters
-
name
-
Type: string
A name of the Initializes a new instance of the MetaForm object.
-
width
-
Type: int
A width of the Initializes a new instance of the MetaForm object.
-
height
-
Type: int
A height of the Initializes a new instance of the MetaForm object.
-
emfType
-
Type: EmfType
Type of the Initializes a new instance of the MetaForm object.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also