Package | Description |
---|---|
com.aspose.imaging.fileformats.metafile |
The package contains classes for old engine of Windows Metafile file format integration.
|
Modifier and Type | Method and Description |
---|---|
WmfMetafileImage |
WmfRecorderGraphics2D.endRecording()
Finishes recording and returns created metafile
Note: after calling this function no other methods of recorder graphics including another call of endRecording() are allowed.
|
static WmfMetafileImage |
WmfMetafileImage.wrap(BufferedImage image)
Creates a new WmfMetafileImage containing specified raster image.
|
static WmfMetafileImage |
WmfMetafileImage.wrap(byte[] imageData)
Creates a new WmfMetafileImage containing specified raster image.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.