| Interface | Description |
|---|---|
| BrushConstants |
The BrushConstants were defined in the Windows-API and are used do define the appearance of Wmf-Brushes.
|
| FontConstants |
Various FontConstants defined in the Windows API.
|
| MappingConstants |
Various MappingConstants defined in the Windows API.
|
| PenConstants |
The PenConstants were defined in the Windows-API and are used do define the appearance of Wmf-Pens.
|
| ROPConstants |
The ROPConstants were defined in the Windows-API and are used do define the various RasterOperations (ROP).
|
| TextConstants |
The TextConstants were defined in the Windows-API and are used do define the appearance of Wmf-Text.
|
| WmfObject |
Defines a generic WmfObject.
|
| Class | Description |
|---|---|
| Buffer |
A block of raw mmeory.
|
| GDIColor |
A color implementation, that supports some additional flags defined by the Windows API, but has no Alpha-Channel.
|
| MfDcState |
Track the state of the DeviceContext of a Windows metafile.
|
| MfDcState.MfScale | |
| MfHeader |
A buffer which represents a Metafile header.
|
| MfLogBrush |
A Windows metafile logical brush object.
|
| MfLogFont |
A Windows metafile logical font object.
|
| MfLogPalette | |
| MfLogPen |
A Windows metafile logical pen object.
|
| MfLogRegion |
A Wmf logical region definition.
|
| MfPalette |
A WmfLogicalPalette, currently not implemented.
|
| MfRecord |
A Windows metafile record.
|
| MfType |
Predefined types of Windows metafile records.
|
| WmfFile |
Parses and replays the WmfFile.
|
| WmfImageProducer |
Implements the ImageProducer interface for the MetaFiles
|