AtalaAnnotationViewerBurn Method (WpfAnnotationUI, AtalaImage) |
Burns the specified annotation along with the specified 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 AtalaImage Burn(
WpfAnnotationUI annotation,
AtalaImage image
)
Public Function Burn (
annotation As WpfAnnotationUI,
image As AtalaImage
) As AtalaImage
Parameters
- annotation
- Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation to burn. - image
- Type: Atalasoft.ImagingAtalaImage
The image to burn the annotation onto.
Return Value
Type:
AtalaImageA new image with the annotation.
Exceptions Remarks This method will not modify the image passed in as an argument.
See Also