WpfAnnotationCanvasBurn Method (WpfAnnotationUICollection, BitmapSource) |
Burns annotations in the provided
WpfAnnotationUICollection along with the provided
BitmapSource and returns the combined image.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic BitmapSource Burn(
WpfAnnotationUICollection annotations,
BitmapSource source
)
Public Function Burn (
annotations As WpfAnnotationUICollection,
source As BitmapSource
) As BitmapSource
Parameters
- annotations
- Type: Atalasoft.Annotate.WpfWpfAnnotationUICollection
A WpfAnnotationUICollection containing annotations to burn. - 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 any arguments are null (Nothing in VB). |
Examples Burn Method
See Also