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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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