Click or drag to resize

OmrTemplatePageDrawTemplateOntoImage Method (Color, AtalaImage)

Draws the template zones onto an image for diagnostic purposes. Doesn't transform the regions.

Namespace:  Atalasoft.FormsProcessing.Omr
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void DrawTemplateOntoImage(
	Color c,
	AtalaImage img
)

Parameters

c
Type: System.DrawingColor
The color to draw with
img
Type: Atalasoft.ImagingAtalaImage
The image to draw on
See Also