[]
Obtains an metafile of the current chart display using the specified size and type.
public Metafile GetMetafile(Size sz, EmfType emfType)
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)
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()
Type | Description |
---|---|
Metafile | Metafile of the current chart display. |