Click or drag to resize

ICodeGenerable Interface

http://www.emgu.com
Implement this interface if the object can output code to generate it self.

Namespace:  Emgu.Util
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public interface ICodeGenerable

The ICodeGenerable type exposes the following members.

Methods
  NameDescription
Public methodToCode
Return the code to generate the object itself from the specific language
Top
See Also