Description
Does a burn-in operation onto the McImageDst.
-
Return Type
-
None
-
Syntax
-
object.BurnIntoImage [HonorDestAoi], [DestMcImage]
The BurnIntoImage Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphOverlay. | | HonorDestAoi | Optional. A Boolean value. If TRUE, then the burn-in is only done where the destination image's Aoi is foreground.
| | DestMcImage | Optional. A Variant value. Optionally, the destination image for the burn in. If McImageDst is not given, then the source ImageToDisplay is used as the destination.
| Remarks
A burn-in operation is one where any non-zero displayed overlay pixel is cast to the DestMcImage type and then replaces the corresponding image pixel. Pixels where no overlay has been drawn or where the overlay draws pure black are not burned in. If you want overlays to show very dark, use a very dark gray color such as RGB value 1,1,1 instead of black 0,0,0.
Only the overlays are included in the image burned into the destination image. The included overlays are those specified by the OverlaysToDisplay property.
|