WpfAnnotationCanvasCreateVisual Method |
| Name | Description | |
|---|---|---|
| CreateVisual | Returns a Visual object of the annotations. This is useful for printing annotations or
saving them to XPS documents. | |
| CreateVisual(BitmapSource) | Returns a Visual object of the annotations and optional source image using the specified
parameters. This is useful for printing annotations or saving them to XPS documents. | |
| CreateVisual(BitmapSource, Size, WpfVisualScaleMode, Thickness) | Returns a Visual object of the annotations and optional source image using the specified
parameters. This is useful for printing annotations or saving them to XPS documents. | |
| CreateVisual(WpfAnnotationUICollection, BitmapSource, Size, WpfVisualScaleMode, Thickness) | Returns a Visual object of the specified annotations and optional source image using the
specified parameters. This is useful for printing annotations or saving them to XPS documents. |