Click or drag to resize

WpfAnnotationCanvasBurn Method

These methods are used to burn annotations onto a BitmapSource.
Overload List
  NameDescription
Public methodCode exampleBurn(BitmapSource)
Burns all annotations and BitmapSource together, returning the combined image.
Public methodCode exampleBurn(WpfAnnotationUI, BitmapSource)
Burns the provided annotation and BitmapSource together, returning the combined image.
Public methodCode exampleBurn(WpfAnnotationUICollection, BitmapSource)
Burns annotations in the provided WpfAnnotationUICollection along with the provided BitmapSource and returns the combined image.
Top
See Also