 | OcrResultRendererInsert Method |
Insert renderer
Namespace:
Patagames.Ocr
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic void Insert(
OcrResultRenderer next
)
Public Sub Insert (
next As OcrResultRenderer
)
public:
void Insert(
OcrResultRenderer^ next
)
member Insert :
next : OcrResultRenderer -> unit
public void Insert(
OcrResultRenderer next
)
Parameters
- next
- Type: Patagames.OcrOcrResultRenderer
The renderer, before which will be inserted the current renderer
Remarks Caution |
---|
Must be new'd instance. |
Renderers aren't ordered, but appends the sequences of next parameter
and existing next(). The renderers should be unique across both lists.
See Also