Click or drag to resize

OperationToCode Method

http://www.emgu.com
Represent this operation as code

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public string ToCode(
	ProgrammingLanguage language
)

Parameters

language
Type: Emgu.Util.TypeEnumProgrammingLanguage

[Missing <param name="language"/> documentation for "M:Emgu.CV.UI.Operation.ToCode(Emgu.Util.TypeEnum.ProgrammingLanguage)"]

Return Value

Type: String
The source code

Implements

ICodeGenerableToCode(ProgrammingLanguage)
See Also