Click or drag to resize

ICodeGenerableToCode Method

http://www.emgu.com
Return the code to generate the object itself from the specific language

Namespace:  Emgu.Util
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
string ToCode(
	ProgrammingLanguage language
)

Parameters

language
Type: Emgu.Util.TypeEnumProgrammingLanguage
The programming language to output code

Return Value

Type: String
The code to generate the object from the specific language
See Also