Cv2ResizeWindow Method |
Namespace: OpenCvSharp
public static void ResizeWindow( string winName, int width, int height )
Public Shared Sub ResizeWindow ( winName As String, width As Integer, height As Integer )
public: static void ResizeWindow( String^ winName, int width, int height )
static member ResizeWindow : winName : string * width : int * height : int -> unit
OpenCvSharp.Cv2.ResizeWindow = function(winName, width, height);