IMcGraphOverlayBurnIntoImage Method
|
|
Does a burn-in operation onto the McImageDst.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub BurnIntoImage (
Optional HonorDestAoi As Boolean = false,
<OptionalAttribute> DestMcImage As Object
)
Parameters
- HonorDestAoi (Optional)
- Type: SystemBoolean
If TRUE, then the burn-in is only done where
the destination image's Aoi is foreground. - DestMcImage (Optional)
- Type: SystemObject
Optionally, the destination image for the burn in.
If McImageDst is not given, then the source ImageToDisplay is used as the
destination.
RemarksA "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.
See Also