[]
Obtains an metafile of the current chart display using the specified size and type.
public Metafile GetMetafile(Size sz, EmfType emfType)
Public Function GetMetafile(sz As Size, emfType As EmfType) As Metafile
| Type | Name | Description |
|---|---|---|
| Size | sz | Metafile image size. |
| EmfType | emfType | Metafile type. |
| Type | Description |
|---|---|
| Metafile | Metafile of the current chart display. |
Obtains an metafile of the current chart display using the specified size.
public Metafile GetMetafile(Size sz)
Public Function GetMetafile(sz As Size) As Metafile
| Type | Name | Description |
|---|---|---|
| Size | sz | Metafile image size. |
| Type | Description |
|---|---|
| Metafile | Metafile of the current chart display. |
Obtains an metafile of the current chart display using the specified size.
public Metafile GetMetafile()
Public Function GetMetafile() As Metafile
| Type | Description |
|---|---|
| Metafile | Metafile of the current chart display. |