CvInvokeNamedWindow Method |
Namespace: Emgu.CV
public static void NamedWindow( string name, WindowFlags flags = WindowFlags.AutoSize )
Public Shared Sub NamedWindow ( name As String, Optional flags As WindowFlags = WindowFlags.AutoSize )
public: static void NamedWindow( String^ name, WindowFlags flags = WindowFlags::AutoSize )
static member NamedWindow : name : string * ?flags : WindowFlags (* Defaults: let _flags = defaultArg flags WindowFlags.AutoSize *) -> unit
2020 Emgu Corporation, All Rights Reserved,