Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emf.records |
The package contains types [MS-EMF]: Enhanced Metafile Format.
|
Modifier and Type | Class and Description |
---|---|
class |
EmfAbortPath
This record aborts a path bracket or discards the path from a closed path bracket.
|
class |
EmfBeginPath
This record opens a path bracket in the current playback device context.
|
class |
EmfCloseFigure
This record closes an open figure in a path.
|
class |
EmfEndPath
This record closes a path bracket and selects the path defined by the bracket into
the playback device context.
|
class |
EmfFlatternPath
This record transforms any curves in the selected path into the playback device
context; each curve MUST be turned into a sequence of lines.
|
class |
EmfWidenPath
This record redefines the current path as the area that would be painted if the path
were drawn using the pen currently selected into the playback device context.
|