WpfAnnotationCanvasBurn Method (BitmapSource) |
Burns all annotations and BitmapSource together, returning the combined image.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public BitmapSource Burn(
BitmapSource source
)
Public Function Burn (
source As BitmapSource
) As BitmapSource
Parameters
- source
- Type: System.Windows.Media.ImagingBitmapSource
A BitmapSource onto which annotations will burn.
Return Value
Type:
BitmapSource A new image of the combined source image and annotations.
Exceptions Exception | Condition |
---|
| Thrown if the source argument is null (Nothing in VB). |
Examples Burn Method
See Also