CvCreateButton Method (String) OpenCvSharp Class Library
Create a button on the control panel

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int CreateButton(
	string name
)

Parameters

name
Type: SystemString
Name of the button ( if null, the name will be “button <number of boutton>”)

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.Cv.CreateButton(System.String)"]

See Also

Reference