ExposableMethodAttributeExposable Property |
http://www.emgu.com
Get or Set the exposable value, if true, this function will be displayed in Operation Menu of ImageBox
Namespace:
Emgu.CV.Reflection
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic bool Exposable { get; set; }
Public Property Exposable As Boolean
Get
Set
public:
property bool Exposable {
bool get ();
void set (bool value);
}
member Exposable : bool with get, set
Property Value
Type:
Boolean
See Also