VideoViewerWF Class |
Namespace: Ozeki.Media
The VideoViewerWF type exposes the following members.
Name | Description | |
---|---|---|
![]() | VideoViewerWF |
Initializes a new instance of the VideoViewerWF class.
|
Name | Description | |
---|---|---|
![]() | ClearScreen |
Removes the actual picture and sets the back color of the viewer to black.
|
![]() | Dispose |
Clean up any resources being used.
(Overrides ControlDispose(Boolean).) |
![]() | EnterFullScreen |
Shows the image in full screen mode if enabled.
|
![]() | LeaveFullScreen |
Leaves the full screen mode.
|
![]() | ResetTransforms |
Resets the flip and rotate information to 0.
|
![]() | SetImageProvider |
Sets an IImageProviderT object that will provide images for displaying. If no image provider set, the control will not display anything.
|
![]() | Start |
Starts playing the video.
|
![]() | Stop |
Stops playing the video.
|
Name | Description | |
---|---|---|
![]() | ContextMenuEnabled | |
![]() | FlipMode |
Gets or sets a value that indicates the displayed image is flipped vertically or horizontally.
|
![]() | FrameStretch |
Change the viewer aspect ratio
|
![]() | FullScreenEnabled |
Gets or sets a value that indicates the fullscreen mode is enable or disable
|
![]() | IsRunning |
Gets a value that indicates the videoviewer is actually running or not
|
![]() | RotateAngle |
Gets or sets a value that indicates the rotation angle in degrees to apply to the image in the control.
Only 0, 90, 180 or 270 values are allowed.
|
Name | Description | |
---|---|---|
![]() | FullScreenEnterEvent | |
![]() | FullScreenLeaveEvent |