MediaOverlayremoveOverlay Method |
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void removeOverlay(
MediaOverlay overlay
)
Public Sub removeOverlay (
overlay As MediaOverlay
)
public:
void removeOverlay(
MediaOverlay^ overlay
)
member removeOverlay :
overlay : MediaOverlay -> unit
Parameters
- overlay
- Type: Veeplay.media.eventsMediaOverlay
See Also