WTextGetWidget2D Property |
http://www.emgu.com
Get the pointer to the widget2D object
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic IntPtr GetWidget2D { get; }
Public ReadOnly Property GetWidget2D As IntPtr
Get
public:
virtual property IntPtr GetWidget2D {
IntPtr get () sealed;
}
abstract GetWidget2D : IntPtr with get
override GetWidget2D : IntPtr with get
Property Value
Type:
IntPtrImplements
IWidget2DGetWidget2D
See Also