[Missing <summary> documentation for "P:Ozeki.Media.Video.Controls.VideoViewerWPF.CurrentFrame"]

Namespace: Ozeki.Media.Video.Controls
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public BitmapSource CurrentFrame { get; private set; }
Visual Basic
Public Property CurrentFrame As BitmapSource
	Get
	Private Set
Visual C++
public:
property BitmapSource^ CurrentFrame {
	BitmapSource^ get ();
	private: void set (BitmapSource^ value);
}

Property Value

Type: BitmapSource

See Also