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 |
EmfExcludeClipRect
The EMR_EXCLUDECLIPRECT record specifies a new clipping region that consists of the existing
clipping region minus the specified rectangle.
|
class |
EmfExtSelectClipRgn
The EMR_EXTSELECTCLIPRGN record combines the specified region with the current clip region
using the specified mode.
|
class |
EmfIntersectClipRect
The EMR_INTERSECTCLIPRECT record specifies a new clipping region from the intersection of the
current clipping region and the specified rectangle.
|
class |
EmfOffsetClipRgn
The EMR_OFFSETCLIPRGN record moves the current clipping region in the playback device context
by the specified offsets.
|
class |
EmfSelectClipPath
The EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback
device context, combining the new region with any existing clipping region using the specified mode.
|
class |
EmfSetMetaRgn
Inter sets the current meta region with the current clipping region
to form a new meta region for the playback device context.
|