Contains image based output utility classes that can export
the contents of a
CanvasControl
.
Classes
| Class | Description | |
|---|---|---|
| PixelImageExporter |
This class exports the contents of a CanvasControl to a Stream
using a pixel based image format.
| |
| XpsExporter |
This class exports the contents of a CanvasControl to a Stream
using the vector based XPS format.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IImageExporter |
This is an interface for classes exporting the contents of a CanvasControl.
|