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: 3.1.0.2282 (3.1.0.2282)
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

[Missing <returns> documentation for "M:Emgu.CV.UI.Operation.ToCode(Emgu.Util.TypeEnum.ProgrammingLanguage)"]

Implements

ICodeGenerableToCode(ProgrammingLanguage)
See Also