VideoWindowRealize() public method

public VideoWindowRealize ( IntPtr displayContext ) : void
displayContext System.IntPtr
return void
Beispiel #1
0
 public void VideoWindowRealize(IntPtr displayContext)
 {
     active_engine.VideoWindowRealize(displayContext);
 }